#475292

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

Shades of Governor Bay #475292

Tints of Governor Bay #475292

Color information

#475292 (or 0x475292) is unknown color: approx Governor Bay. HEX triplet: 47, 52 and 92. RGB value is (71,82,146). Sum of RGB (Red+Green+Blue) = 71+82+146=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #475292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475292 is #B8AD6D. Grayscale: #555555. Windows color (decimal): -12103022 or 9589319. OLE color: 9589319.

HSL color Cylindrical-coordinate representation of color #475292: hue angle of 231.2º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475292 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7182146-
CMYK0.510.4400.43
HSL231.2º34.56%42.55%-
HSV(B)231.2º51.37%57.25%-
XYZ10.89.4528.45-
YUV86.01161.86117.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=23.75%
G=27.42%
B=48.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71821460.510.4400.43231.234.5642.55
Hex475292332C02Be7232b
Octal10712222263540533474353
Binary1000111101001010010010110011101100010101111100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475292; }

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

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

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

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

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

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

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

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