#475090

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

Shades of Governor Bay #475090

Tints of Governor Bay #475090

Color information

#475090 (or 0x475090) is unknown color: approx Governor Bay. HEX triplet: 47, 50 and 90. RGB value is (71,80,144). Sum of RGB (Red+Green+Blue) = 71+80+144=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #475090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475090 is #B8AF6F. Grayscale: #545454. Windows color (decimal): -12103536 or 9457735. OLE color: 9457735.

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

Color convert

RGB7180144-
CMYK0.510.4400.44
HSL232.6º33.95%42.16%-
HSV(B)232.6º50.69%56.47%-
XYZ10.59.0927.59-
YUV84.6161.52118.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=24.07%
G=27.12%
B=48.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71801440.510.4400.44232.633.9542.16
Hex475090332C02Ce9222a
Octal10712022063540543514252
Binary1000111101000010010000110011101100010110011101001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475090; }

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

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

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

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

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

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

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

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