#474C61

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

Shades of East Bay #474C61

Tints of East Bay #474C61

Color information

#474C61 (or 0x474C61) is unknown color: approx East Bay. HEX triplet: 47, 4C and 61. RGB value is (71,76,97). Sum of RGB (Red+Green+Blue) = 71+76+97=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #474C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C61 is #B8B39E. Grayscale: #4C4C4C. Windows color (decimal): -12104607 or 6376519. OLE color: 6376519.

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

Color convert

RGB717697-
CMYK0.270.2200.62
HSL228.46º15.48%32.94%-
HSV(B)228.46º26.8%38.04%-
XYZ7.347.3712.35-
YUV76.9139.34123.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=29.10%
G=31.15%
B=39.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7176970.270.2200.62228.4615.4832.94
Hex474C611B1603Ee4f21
Octal10711414133260763441741
Binary10001111001100110000111011101100111110111001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,76,97); }

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

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

 a { background-color: rgb(71,76,97); }

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

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

 span { border-color: rgb(71,76,97); }

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