#474E60

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

Shades of East Bay #474E60

Tints of East Bay #474E60

Color information

#474E60 (or 0x474E60) is unknown color: approx East Bay. HEX triplet: 47, 4E and 60. RGB value is (71,78,96). Sum of RGB (Red+Green+Blue) = 71+78+96=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #474E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E60 is #B8B19F. Grayscale: #4D4D4D. Windows color (decimal): -12104096 or 6311495. OLE color: 6311495.

HSL color Cylindrical-coordinate representation of color #474E60: hue angle of 223.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #474E60 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB717896-
CMYK0.260.1900.62
HSL223.2º14.97%32.75%-
HSV(B)223.2º26.04%37.65%-
XYZ7.437.6312.15-
YUV77.96138.18123.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=28.98%
G=31.84%
B=39.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7178960.260.1900.62223.214.9732.75
Hex474E601A1303Edff21
Octal10711614032230763371741
Binary10001111001110110000011010100110111110110111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,78,96); }

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

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

 a { background-color: rgb(71,78,96); }

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

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

 span { border-color: rgb(71,78,96); }

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