Color Hex Logo

#4a6797 Color Hex

#4A6797
(74,103,151)
0 Favorites   0 Comments

Color spaces of #4a6797

RGB 74103151
HSL0.600.340.44
HSV217°51°59°
CMYK 0.510.320.00   0.41
XYZ13.260213.390731.1639
Yxy13.39070.22940.2316
Hunter Lab36.59330.6442-24.8777
CIE-Lab43.34613.5204-29.4827

#4a6797 color RGB value is (74,103,151).

#4a6797 hex color red value is 74, green value is 103 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #4a6797 hue: 0.60 , saturation: 0.34 and the lightness value of 4a6797 is 0.44.

The process color (four color CMYK) of #4a6797 color hex is 0.51, 0.32, 0.00, 0.41. Web safe color of #4a6797 is #336699. Color #4a6797 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01100111 10010111
Octal 112 147 227
Decimal 74 103 151
Hex 4A 67 97

RGB Percentages of Color #4a6797

%22.56
%31.40
%46.04

CMYK Percentages of Color #4a6797

%51
%32
%0
%41

Triadic Colors of #4a6797

#4a6797 #974a67 #67974a

Analogous Colors of #4a6797

#4a6797 #534a97 #4a8e97

Monochromatic Colors of #4a6797

#4a6797

Complementary Color

#4a6797 #977a4a

#4a6797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a6797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a6797 Color CSS Codes

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

#4a6797 Text Font Color

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

This sample text font color is #4a6797
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.


#4a6797 Background Color

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

This div background color is #4a6797


#4a6797 Border Color

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

This div border color is #4a6797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a6797


Comments

No comments written yet.

Please login to write comment.