#475193

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

Shades of Governor Bay #475193

Tints of Governor Bay #475193

Color information

#475193 (or 0x475193) is unknown color: approx Governor Bay. HEX triplet: 47, 51 and 93. RGB value is (71,81,147). Sum of RGB (Red+Green+Blue) = 71+81+147=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #475193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475193 is #B8AE6C. Grayscale: #555555. Windows color (decimal): -12103277 or 9654599. OLE color: 9654599.

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

Color convert

RGB7181147-
CMYK0.520.4500.42
HSL232.11º34.86%42.75%-
HSV(B)232.11º51.7%57.65%-
XYZ10.819.3328.84-
YUV85.53162.69117.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=23.75%
G=27.09%
B=49.16%

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
Decimal71811470.520.4500.42232.1134.8642.75
Hex475193342D02Ae8232b
Octal10712122364550523504353
Binary1000111101000110010011110100101101010101011101000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475193; }

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

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

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

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

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

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

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

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