Color Hex Logo

#4a83af Color Hex

#4A83AF
(74,131,175)
0 Favorites   0 Comments

Color spaces of #4a83af

RGB 74131175
HSL0.570.410.49
HSV206°58°69°
CMYK 0.580.250.00   0.31
XYZ18.678220.783643.5846
Yxy20.78360.22490.2503
Hunter Lab45.5890-6.6479-24.7708
CIE-Lab52.7118-5.4781-28.9280

#4a83af color RGB value is (74,131,175).

#4a83af hex color red value is 74, green value is 131 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4a83af hue: 0.57 , saturation: 0.41 and the lightness value of 4a83af is 0.49.

The process color (four color CMYK) of #4a83af color hex is 0.58, 0.25, 0.00, 0.31. Web safe color of #4a83af is #339999. Color #4a83af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000011 10101111
Octal 112 203 257
Decimal 74 131 175
Hex 4A 83 AF

RGB Percentages of Color #4a83af

%19.47
%34.47
%46.05

CMYK Percentages of Color #4a83af

%58
%25
%0
%31

Triadic Colors of #4a83af

#4a83af #af4a83 #83af4a

Analogous Colors of #4a83af

#4a83af #4a51af #4aafa9

Monochromatic Colors of #4a83af

#4a83af

Complementary Color

#4a83af #af764a

#4a83af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a83af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a83af Color CSS Codes

.mybgcolor {background-color:#4a83af; } 
.myforecolor {color:#4a83af; }
.mybordercolor {border:3px solid #4a83af; }

#4a83af Text Font Color

<p style="color:#4a83af">Text here</p>

This sample text font color is #4a83af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4a83af Background Color

<div style="background-color:#4a83af">
Div content here</div>

This div background color is #4a83af


#4a83af Border Color

<div style="border:3px solid #4a83af">
Div here</div>

This div border color is #4a83af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,131,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a83af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a83af;
  -webkit-box-shadow: 1px 1px 3px 2px #4a83af;
  box-shadow:         1px 1px 3px 2px #4a83af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,131,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4a83af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4a83af;
  -webkit-box-shadow: 1px 1px 3px 2px #4a83af;
  box-shadow:         1px 1px 3px 2px #4a83af;">
Div content here</div>

This div box has shadow with color #4a83af


Comments

No comments written yet.

Please login to write comment.