#474E92

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

Shades of Governor Bay #474E92

Tints of Governor Bay #474E92

Color information

#474E92 (or 0x474E92) is unknown color: approx Governor Bay. HEX triplet: 47, 4E and 92. RGB value is (71,78,146). Sum of RGB (Red+Green+Blue) = 71+78+146=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #474E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474E92 is #B8B16D. Grayscale: #535353. Windows color (decimal): -12104046 or 9588295. OLE color: 9588295.

HSL color Cylindrical-coordinate representation of color #474E92: hue angle of 234.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474E92 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7178146-
CMYK0.510.4700.43
HSL234.4º34.56%42.55%-
HSV(B)234.4º51.37%57.25%-
XYZ10.518.8628.35-
YUV83.66163.18118.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 78 (30.86% from 255) = 26.44%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=24.07%
G=26.44%
B=49.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71781460.510.4700.43234.434.5642.55
Hex474E92332F02Bea232b
Octal10711622263570533524353
Binary1000111100111010010010110011101111010101111101010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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