#474C90

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

Shades of Governor Bay #474C90

Tints of Governor Bay #474C90

Color information

#474C90 (or 0x474C90) is unknown color: approx Governor Bay. HEX triplet: 47, 4C and 90. RGB value is (71,76,144). Sum of RGB (Red+Green+Blue) = 71+76+144=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #474C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474C90 is #B8B36F. Grayscale: #515151. Windows color (decimal): -12104560 or 9456711. OLE color: 9456711.

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

Color convert

RGB7176144-
CMYK0.510.4700.44
HSL235.89º33.95%42.16%-
HSV(B)235.89º50.69%56.47%-
XYZ10.228.5227.49-
YUV82.26162.84119.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 76 (30.08% from 255) = 26.12%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=24.40%
G=26.12%
B=49.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71761440.510.4700.44235.8933.9542.16
Hex474C90332F02Cec222a
Octal10711422063570543544252
Binary1000111100110010010000110011101111010110011101100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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