#4C4EA9

Color #4C4EA9 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4C4EA9

Tints of Governor Bay #4C4EA9

Color information

#4C4EA9 (or 0x4C4EA9) is unknown color: approx Governor Bay. HEX triplet: 4C, 4E and A9. RGB value is (76,78,169). Sum of RGB (Red+Green+Blue) = 76+78+169=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 169 (66.41% from 255 or 52.32% from 323); Max value from RGB is 169 - color contains mainly: blue. Hex color #4C4EA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C4EA9 is #B3B156. Grayscale: #575757. Windows color (decimal): -11776343 or 11095628. OLE color: 11095628.

HSL color Cylindrical-coordinate representation of color #4C4EA9: hue angle of 238.71º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C4EA9 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7678169-
CMYK0.550.5400.34
HSL238.71º37.96%48.04%-
HSV(B)238.71º55.03%66.27%-
XYZ12.879.8538.76-
YUV87.78173.84119.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 23.53%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 169 (66.41% from 255) = 52.32%
R=23.53%
G=24.15%
B=52.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal76781690.550.5400.34238.7137.9648.04
Hex4C4EA93736022ef2630
Octal11411625167660423574660
Binary1001100100111010101001110111110110010001011101111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C4EA9; }

 p { color: rgb(76,78,169); }

 H1.HeaderClassName
 {
   color: #4C4EA9;
 }
 .AnyTagClassName
 {
   color: #4C4EA9;
 }
</style>
background-color css

<style>
 a { background-color: #4C4EA9; }

 a { background-color: rgb(76,78,169); }

 div.DivClassName
 {
   background-color: #4C4EA9;
 }
 .BgClassName
 {
   background-color: #4C4EA9;
 }
</style>
border-color css

<style>
 span { border-color: #4C4EA9; }

 span { border-color: rgb(76,78,169); }

 td.TdClassName
 {
   border-color: #4C4EA9;
 }
 .TagClassName
 {
   border-color: #4C4EA9;
 }
</style>