#474A9E

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

Shades of Governor Bay #474A9E

Tints of Governor Bay #474A9E

Color information

#474A9E (or 0x474A9E) is unknown color: approx Governor Bay. HEX triplet: 47, 4A and 9E. RGB value is (71,74,158). Sum of RGB (Red+Green+Blue) = 71+74+158=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #474A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474A9E is #B8B561. Grayscale: #525252. Windows color (decimal): -12105058 or 10373703. OLE color: 10373703.

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

Color convert

RGB7174158-
CMYK0.550.5300.38
HSL237.93º37.99%44.9%-
HSV(B)237.93º55.06%61.96%-
XYZ11.228.7133.44-
YUV82.68170.51119.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=23.43%
G=24.42%
B=52.15%

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
Decimal71741580.550.5300.38237.9337.9944.9
Hex474A9E3735026ee262d
Octal10711223667650463564655
Binary1000111100101010011110110111110101010011011101110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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