#474C92

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

Shades of Governor Bay #474C92

Tints of Governor Bay #474C92

Color information

#474C92 (or 0x474C92) is unknown color: approx Governor Bay. HEX triplet: 47, 4C and 92. RGB value is (71,76,146). Sum of RGB (Red+Green+Blue) = 71+76+146=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #474C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474C92 is #B8B36D. Grayscale: #525252. Windows color (decimal): -12104558 or 9587783. OLE color: 9587783.

HSL color Cylindrical-coordinate representation of color #474C92: hue angle of 236º 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 #474C92 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7176146-
CMYK0.510.4800.43
HSL236º34.56%42.55%-
HSV(B)236º51.37%57.25%-
XYZ10.378.5828.3-
YUV82.48163.84119.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=24.23%
G=25.94%
B=49.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71761460.510.4800.4323634.5642.55
Hex474C92333002Bec232b
Octal10711422263600533544353
Binary1000111100110010010010110011110000010101111101100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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