#475896

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

Shades of Governor Bay #475896

Tints of Governor Bay #475896

Color information

#475896 (or 0x475896) is unknown color: approx Governor Bay. HEX triplet: 47, 58 and 96. RGB value is (71,88,150). Sum of RGB (Red+Green+Blue) = 71+88+150=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #475896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475896 is #B8A769. Grayscale: #595959. Windows color (decimal): -12101482 or 9852999. OLE color: 9852999.

HSL color Cylindrical-coordinate representation of color #475896: hue angle of 227.09º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #475896 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7188150-
CMYK0.530.4100.41
HSL227.09º35.75%43.33%-
HSV(B)227.09º52.67%58.82%-
XYZ11.5910.5230.27-
YUV89.98161.87114.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=22.98%
G=28.48%
B=48.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71881500.530.4100.41227.0935.7543.33
Hex4758963529029e3242b
Octal10713022665510513434453
Binary1000111101100010010110110101101001010100111100011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475896; }

 p { color: rgb(71,88,150); }

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

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

 a { background-color: rgb(71,88,150); }

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

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

 span { border-color: rgb(71,88,150); }

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