#474EA9

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

Shades of Governor Bay #474EA9

Tints of Governor Bay #474EA9

Color information

#474EA9 (or 0x474EA9) is unknown color: approx Governor Bay. HEX triplet: 47, 4E and A9. RGB value is (71,78,169). Sum of RGB (Red+Green+Blue) = 71+78+169=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 169 (66.41% from 255 or 53.14% from 318); Max value from RGB is 169 - color contains mainly: blue. Hex color #474EA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474EA9 is #B8B156. Grayscale: #555555. Windows color (decimal): -12104023 or 11095623. OLE color: 11095623.

HSL color Cylindrical-coordinate representation of color #474EA9: hue angle of 235.71º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474EA9 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7178169-
CMYK0.580.5400.34
HSL235.71º40.83%47.06%-
HSV(B)235.71º57.99%66.27%-
XYZ12.489.6538.74-
YUV86.28174.68117.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 169 (66.41% from 255) = 53.14%
R=22.33%
G=24.53%
B=53.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71781690.580.5400.34235.7140.8347.06
Hex474EA93A36022ec292f
Octal10711625172660423545157
Binary1000111100111010101001111010110110010001011101100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,78,169); }

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

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

 a { background-color: rgb(71,78,169); }

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

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

 span { border-color: rgb(71,78,169); }

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