#474699

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

Shades of Governor Bay #474699

Tints of Governor Bay #474699

Color information

#474699 (or 0x474699) is unknown color: approx Governor Bay. HEX triplet: 47, 46 and 99. RGB value is (71,70,153). Sum of RGB (Red+Green+Blue) = 71+70+153=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #474699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474699 is #B8B966. Grayscale: #4F4F4F. Windows color (decimal): -12106087 or 10044999. OLE color: 10044999.

HSL color Cylindrical-coordinate representation of color #474699: hue angle of 240.72º 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 #474699 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7170153-
CMYK0.540.5400.4
HSL240.72º37.22%43.73%-
HSV(B)240.72º54.25%60%-
XYZ10.548.0231.13-
YUV79.76169.33121.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=24.15%
G=23.81%
B=52.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71701530.540.5400.4240.7237.2243.73
Hex4746993636028f1252c
Octal10710623166660503614554
Binary1000111100011010011001110110110110010100011110001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474699; }

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

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

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

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

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

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

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

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