#474B9E

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

Shades of Governor Bay #474B9E

Tints of Governor Bay #474B9E

Color information

#474B9E (or 0x474B9E) is unknown color: approx Governor Bay. HEX triplet: 47, 4B and 9E. RGB value is (71,75,158). Sum of RGB (Red+Green+Blue) = 71+75+158=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #474B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474B9E is #B8B461. Grayscale: #525252. Windows color (decimal): -12104802 or 10373959. OLE color: 10373959.

HSL color Cylindrical-coordinate representation of color #474B9E: hue angle of 237.24º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474B9E is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7175158-
CMYK0.550.5300.38
HSL237.24º37.99%44.9%-
HSV(B)237.24º55.06%61.96%-
XYZ11.298.8433.46-
YUV83.27170.17119.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 158 (62.11% from 255) = 51.97%
R=23.36%
G=24.67%
B=51.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71751580.550.5300.38237.2437.9944.9
Hex474B9E3735026ed262d
Octal10711323667650463554655
Binary1000111100101110011110110111110101010011011101101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474B9E; }

 p { color: rgb(71,75,158); }

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

<style>
 a { background-color: #474B9E; }

 a { background-color: rgb(71,75,158); }

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

<style>
 span { border-color: #474B9E; }

 span { border-color: rgb(71,75,158); }

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