#475795

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

Shades of Governor Bay #475795

Tints of Governor Bay #475795

Color information

#475795 (or 0x475795) is unknown color: approx Governor Bay. HEX triplet: 47, 57 and 95. RGB value is (71,87,149). Sum of RGB (Red+Green+Blue) = 71+87+149=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #475795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475795 is #B8A86A. Grayscale: #595959. Windows color (decimal): -12101739 or 9787207. OLE color: 9787207.

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

Color convert

RGB7187149-
CMYK0.520.4200.42
HSL227.69º35.45%43.14%-
HSV(B)227.69º52.35%58.43%-
XYZ11.4310.3329.82-
YUV89.28161.7114.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=23.13%
G=28.34%
B=48.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71871490.520.4200.42227.6935.4543.14
Hex475795342A02Ae4232b
Octal10712722564520523444353
Binary1000111101011110010101110100101010010101011100100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475795; }

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

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

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

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

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

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

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

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