#4B576C

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

Shades of East Bay #4B576C

Tints of East Bay #4B576C

Color information

#4B576C (or 0x4B576C) is unknown color: approx East Bay. HEX triplet: 4B, 57 and 6C. RGB value is (75,87,108). Sum of RGB (Red+Green+Blue) = 75+87+108=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B576C is #B4A893. Grayscale: #555555. Windows color (decimal): -11839636 or 7100235. OLE color: 7100235.

HSL color Cylindrical-coordinate representation of color #4B576C: hue angle of 218.18º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B576C is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7587108-
CMYK0.310.1900.58
HSL218.18º18.03%35.88%-
HSV(B)218.18º30.56%42.35%-
XYZ9.029.3915.53-
YUV85.81140.52120.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.78%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 108 (42.58% from 255) = 40%
R=27.78%
G=32.22%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75871080.310.1900.58218.1818.0335.88
Hex4B576C1F1303Ada1224
Octal11312715437230723322244
Binary100101110101111101100111111001101110101101101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,87,108); }

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

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

 a { background-color: rgb(75,87,108); }

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

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

 span { border-color: rgb(75,87,108); }

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