#474F66

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

Shades of East Bay #474F66

Tints of East Bay #474F66

Color information

#474F66 (or 0x474F66) is unknown color: approx East Bay. HEX triplet: 47, 4F and 66. RGB value is (71,79,102). Sum of RGB (Red+Green+Blue) = 71+79+102=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 102 - color contains mainly: blue. Hex color #474F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F66 is #B8B099. Grayscale: #4F4F4F. Windows color (decimal): -12103834 or 6704967. OLE color: 6704967.

HSL color Cylindrical-coordinate representation of color #474F66: hue angle of 224.52º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474F66 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7179102-
CMYK0.300.2300.6
HSL224.52º17.92%33.92%-
HSV(B)224.52º30.39%40%-
XYZ7.797.8913.68-
YUV79.23140.85122.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 79 (31.25% from 255) = 31.35%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=28.17%
G=31.35%
B=40.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71791020.300.2300.6224.5217.9233.92
Hex474F661E1703Ce11222
Octal10711714636270743412242
Binary100011110011111100110111101011101111001110000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474F66; }

 p { color: rgb(71,79,102); }

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

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

 a { background-color: rgb(71,79,102); }

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

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

 span { border-color: rgb(71,79,102); }

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