#475293

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

Shades of Governor Bay #475293

Tints of Governor Bay #475293

Color information

#475293 (or 0x475293) is unknown color: approx Governor Bay. HEX triplet: 47, 52 and 93. RGB value is (71,82,147). Sum of RGB (Red+Green+Blue) = 71+82+147=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #475293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475293 is #B8AD6C. Grayscale: #555555. Windows color (decimal): -12103021 or 9654855. OLE color: 9654855.

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

Color convert

RGB7182147-
CMYK0.520.4400.42
HSL231.32º34.86%42.75%-
HSV(B)231.32º51.7%57.65%-
XYZ10.889.4828.86-
YUV86.12162.36117.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 147 (57.81% from 255) = 49%
R=23.67%
G=27.33%
B=49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71821470.520.4400.42231.3234.8642.75
Hex475293342C02Ae7232b
Octal10712222364540523474353
Binary1000111101001010010011110100101100010101011100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475293; }

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

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

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

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

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

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

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

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