#475295

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

Shades of Governor Bay #475295

Tints of Governor Bay #475295

Color information

#475295 (or 0x475295) is unknown color: approx Governor Bay. HEX triplet: 47, 52 and 95. RGB value is (71,82,149). Sum of RGB (Red+Green+Blue) = 71+82+149=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #475295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475295 is #B8AD6A. Grayscale: #565656. Windows color (decimal): -12103019 or 9785927. OLE color: 9785927.

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

Color convert

RGB7182149-
CMYK0.520.4500.42
HSL231.54º35.45%43.14%-
HSV(B)231.54º52.35%58.43%-
XYZ11.049.5429.69-
YUV86.35163.36117.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=23.51%
G=27.15%
B=49.34%

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
Decimal71821490.520.4500.42231.5435.4543.14
Hex475295342D02Ae8232b
Octal10712222564550523504353
Binary1000111101001010010101110100101101010101011101000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475295; }

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

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

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

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

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

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

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

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