#475892

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

Shades of Governor Bay #475892

Tints of Governor Bay #475892

Color information

#475892 (or 0x475892) is unknown color: approx Governor Bay. HEX triplet: 47, 58 and 92. RGB value is (71,88,146). Sum of RGB (Red+Green+Blue) = 71+88+146=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #475892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475892 is #B8A76D. Grayscale: #595959. Windows color (decimal): -12101486 or 9590855. OLE color: 9590855.

HSL color Cylindrical-coordinate representation of color #475892: hue angle of 226.4º 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 #475892 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7188146-
CMYK0.510.4000.43
HSL226.4º34.56%42.55%-
HSV(B)226.4º51.37%57.25%-
XYZ11.2810.3928.61-
YUV89.53159.87114.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=23.28%
G=28.85%
B=47.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71881460.510.4000.43226.434.5642.55
Hex475892332802Be2232b
Octal10713022263500533424353
Binary1000111101100010010010110011101000010101111100010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475892; }

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

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

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

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

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

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

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

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