#474F90

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

Shades of Governor Bay #474F90

Tints of Governor Bay #474F90

Color information

#474F90 (or 0x474F90) is unknown color: approx Governor Bay. HEX triplet: 47, 4F and 90. RGB value is (71,79,144). Sum of RGB (Red+Green+Blue) = 71+79+144=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #474F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474F90 is #B8B06F. Grayscale: #535353. Windows color (decimal): -12103792 or 9457479. OLE color: 9457479.

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

Color convert

RGB7179144-
CMYK0.510.4500.44
HSL233.42º33.95%42.16%-
HSV(B)233.42º50.69%56.47%-
XYZ10.438.9527.56-
YUV84.02161.85118.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=24.15%
G=26.87%
B=48.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71791440.510.4500.44233.4233.9542.16
Hex474F90332D02Ce9222a
Octal10711722063550543514252
Binary1000111100111110010000110011101101010110011101001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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