#474E90

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

Shades of Governor Bay #474E90

Tints of Governor Bay #474E90

Color information

#474E90 (or 0x474E90) is unknown color: approx Governor Bay. HEX triplet: 47, 4E and 90. RGB value is (71,78,144). Sum of RGB (Red+Green+Blue) = 71+78+144=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #474E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474E90 is #B8B16F. Grayscale: #535353. Windows color (decimal): -12104048 or 9457223. OLE color: 9457223.

HSL color Cylindrical-coordinate representation of color #474E90: hue angle of 234.25º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474E90 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7178144-
CMYK0.510.4600.44
HSL234.25º33.95%42.16%-
HSV(B)234.25º50.69%56.47%-
XYZ10.368.827.54-
YUV83.43162.18119.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 78 (30.86% from 255) = 26.62%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=24.23%
G=26.62%
B=49.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71781440.510.4600.44234.2533.9542.16
Hex474E90332E02Cea222a
Octal10711622063560543524252
Binary1000111100111010010000110011101110010110011101010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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