#475492

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

Shades of Governor Bay #475492

Tints of Governor Bay #475492

Color information

#475492 (or 0x475492) is unknown color: approx Governor Bay. HEX triplet: 47, 54 and 92. RGB value is (71,84,146). Sum of RGB (Red+Green+Blue) = 71+84+146=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #475492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475492 is #B8AB6D. Grayscale: #565656. Windows color (decimal): -12102510 or 9589831. OLE color: 9589831.

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

Color convert

RGB7184146-
CMYK0.510.4200.43
HSL229.6º34.56%42.55%-
HSV(B)229.6º51.37%57.25%-
XYZ10.969.7628.5-
YUV87.18161.19116.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=23.59%
G=27.91%
B=48.50%

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
Decimal71841460.510.4200.43229.634.5642.55
Hex475492332A02Be6232b
Octal10712422263520533464353
Binary1000111101010010010010110011101010010101111100110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475492; }

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

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

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

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

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

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

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

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