#4A578C

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

Shades of Governor Bay #4A578C

Tints of Governor Bay #4A578C

Color information

#4A578C (or 0x4A578C) is unknown color: approx Governor Bay. HEX triplet: 4A, 57 and 8C. RGB value is (74,87,140). Sum of RGB (Red+Green+Blue) = 74+87+140=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A578C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A578C is #B5A873. Grayscale: #585858. Windows color (decimal): -11905140 or 9197386. OLE color: 9197386.

HSL color Cylindrical-coordinate representation of color #4A578C: hue angle of 228.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A578C is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7487140-
CMYK0.470.3800.45
HSL228.18º30.84%41.96%-
HSV(B)228.18º47.14%54.9%-
XYZ10.9710.1726.2-
YUV89.16156.69117.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.58%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 140 (55.08% from 255) = 46.51%
R=24.58%
G=28.90%
B=46.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74871400.470.3800.45228.1830.8441.96
Hex4A578C2F2602De41f2a
Octal11212721457460553443752
Binary100101010101111000110010111110011001011011110010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,87,140); }

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

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

 a { background-color: rgb(74,87,140); }

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

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

 span { border-color: rgb(74,87,140); }

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