#4C578B

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

Shades of Governor Bay #4C578B

Tints of Governor Bay #4C578B

Color information

#4C578B (or 0x4C578B) is unknown color: approx Governor Bay. HEX triplet: 4C, 57 and 8B. RGB value is (76,87,139). Sum of RGB (Red+Green+Blue) = 76+87+139=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C578B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C578B is #B3A874. Grayscale: #595959. Windows color (decimal): -11774069 or 9131852. OLE color: 9131852.

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

Color convert

RGB7687139-
CMYK0.450.3700.45
HSL229.52º29.3%42.16%-
HSV(B)229.52º45.32%54.51%-
XYZ11.0510.2225.82-
YUV89.64155.86118.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.17%
GREEN value IS 87 (34.38% from 255) = 28.81%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=25.17%
G=28.81%
B=46.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76871390.450.3700.45229.5229.342.16
Hex4C578B2D2502De61d2a
Octal11412721355450553463552
Binary100110010101111000101110110110010101011011110011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,87,139); }

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

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

 a { background-color: rgb(76,87,139); }

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

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

 span { border-color: rgb(76,87,139); }

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