#4C5171

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

Shades of East Bay #4C5171

Tints of East Bay #4C5171

Color information

#4C5171 (or 0x4C5171) is unknown color: approx East Bay. HEX triplet: 4C, 51 and 71. RGB value is (76,81,113). Sum of RGB (Red+Green+Blue) = 76+81+113=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C5171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5171 is #B3AE8E. Grayscale: #535353. Windows color (decimal): -11775631 or 7426380. OLE color: 7426380.

HSL color Cylindrical-coordinate representation of color #4C5171: hue angle of 231.89º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C5171 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7681113-
CMYK0.330.2800.56
HSL231.89º19.58%37.06%-
HSV(B)231.89º32.74%44.31%-
XYZ8.98.6116.82-
YUV83.15144.84122.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.15%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=28.15%
G=30%
B=41.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76811130.330.2800.56231.8919.5837.06
Hex4C5171211C038e81425
Octal11412116141340703502445
Binary1001100101000111100011000011110001110001110100010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C5171; }

 p { color: rgb(76,81,113); }

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

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

 a { background-color: rgb(76,81,113); }

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

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

 span { border-color: rgb(76,81,113); }

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