#475499

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

Shades of Governor Bay #475499

Tints of Governor Bay #475499

Color information

#475499 (or 0x475499) is unknown color: approx Governor Bay. HEX triplet: 47, 54 and 99. RGB value is (71,84,153). Sum of RGB (Red+Green+Blue) = 71+84+153=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #475499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475499 is #B8AB66. Grayscale: #575757. Windows color (decimal): -12102503 or 10048583. OLE color: 10048583.

HSL color Cylindrical-coordinate representation of color #475499: hue angle of 230.49º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475499 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7184153-
CMYK0.540.4500.4
HSL230.49º36.61%43.92%-
HSV(B)230.49º53.59%60%-
XYZ11.529.9831.46-
YUV87.98164.69115.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=23.05%
G=27.27%
B=49.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71841530.540.4500.4230.4936.6143.92
Hex475499362D028e6252c
Octal10712423166550503464554
Binary1000111101010010011001110110101101010100011100110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475499; }

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

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

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

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

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

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

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

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