#474C9E

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

Shades of Governor Bay #474C9E

Tints of Governor Bay #474C9E

Color information

#474C9E (or 0x474C9E) is unknown color: approx Governor Bay. HEX triplet: 47, 4C and 9E. RGB value is (71,76,158). Sum of RGB (Red+Green+Blue) = 71+76+158=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #474C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474C9E is #B8B361. Grayscale: #535353. Windows color (decimal): -12104546 or 10374215. OLE color: 10374215.

HSL color Cylindrical-coordinate representation of color #474C9E: hue angle of 236.55º 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 #474C9E is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7176158-
CMYK0.550.5200.38
HSL236.55º37.99%44.9%-
HSV(B)236.55º55.06%61.96%-
XYZ11.358.9833.48-
YUV83.85169.84118.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=23.28%
G=24.92%
B=51.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71761580.550.5200.38236.5537.9944.9
Hex474C9E3734026ed262d
Octal10711423667640463554655
Binary1000111100110010011110110111110100010011011101101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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