#475294

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

Shades of Governor Bay #475294

Tints of Governor Bay #475294

Color information

#475294 (or 0x475294) is unknown color: approx Governor Bay. HEX triplet: 47, 52 and 94. RGB value is (71,82,148). Sum of RGB (Red+Green+Blue) = 71+82+148=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #475294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475294 is #B8AD6B. Grayscale: #555555. Windows color (decimal): -12103020 or 9720391. OLE color: 9720391.

HSL color Cylindrical-coordinate representation of color #475294: hue angle of 231.43º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #475294 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7182148-
CMYK0.520.4500.42
HSL231.43º35.16%42.94%-
HSV(B)231.43º52.03%58.04%-
XYZ10.969.5129.28-
YUV86.24162.86117.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 148 (58.20% from 255) = 49.17%
R=23.59%
G=27.24%
B=49.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71821480.520.4500.42231.4335.1642.94
Hex475294342D02Ae7232b
Octal10712222464550523474353
Binary1000111101001010010100110100101101010101011100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475294; }

 p { color: rgb(71,82,148); }

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

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

 a { background-color: rgb(71,82,148); }

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

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

 span { border-color: rgb(71,82,148); }

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