#475491

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

Shades of Governor Bay #475491

Tints of Governor Bay #475491

Color information

#475491 (or 0x475491) is unknown color: approx Governor Bay. HEX triplet: 47, 54 and 91. RGB value is (71,84,145). Sum of RGB (Red+Green+Blue) = 71+84+145=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #475491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475491 is #B8AB6E. Grayscale: #565656. Windows color (decimal): -12102511 or 9524295. OLE color: 9524295.

HSL color Cylindrical-coordinate representation of color #475491: hue angle of 229.46º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475491 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7184145-
CMYK0.510.4200.43
HSL229.46º34.26%42.35%-
HSV(B)229.46º51.03%56.86%-
XYZ10.889.7228.09-
YUV87.07160.69116.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=23.67%
G=28%
B=48.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71841450.510.4200.43229.4634.2642.35
Hex475491332A02Be5222a
Octal10712422163520533454252
Binary1000111101010010010001110011101010010101111100101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475491; }

 p { color: rgb(71,84,145); }

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

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

 a { background-color: rgb(71,84,145); }

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

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

 span { border-color: rgb(71,84,145); }

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