#4C5272

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

Shades of East Bay #4C5272

Tints of East Bay #4C5272

Color information

#4C5272 (or 0x4C5272) is unknown color: approx East Bay. HEX triplet: 4C, 52 and 72. RGB value is (76,82,114). Sum of RGB (Red+Green+Blue) = 76+82+114=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C5272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5272 is #B3AD8D. Grayscale: #535353. Windows color (decimal): -11775374 or 7492172. OLE color: 7492172.

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

Color convert

RGB7682114-
CMYK0.330.2800.55
HSL230.53º20%37.25%-
HSV(B)230.53º33.33%44.71%-
XYZ9.048.7917.14-
YUV83.85145.01122.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.94%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 114 (44.92% from 255) = 41.91%
R=27.94%
G=30.15%
B=41.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76821140.330.2800.55230.532037.25
Hex4C5272211C037e71425
Octal11412216241340673472445
Binary1001100101001011100101000011110001101111110011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,82,114); }

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

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

 a { background-color: rgb(76,82,114); }

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

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

 span { border-color: rgb(76,82,114); }

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