#4B4E61

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

Shades of East Bay #4B4E61

Tints of East Bay #4B4E61

Color information

#4B4E61 (or 0x4B4E61) is unknown color: approx East Bay. HEX triplet: 4B, 4E and 61. RGB value is (75,78,97). Sum of RGB (Red+Green+Blue) = 75+78+97=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B4E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B4E61 is #B4B19E. Grayscale: #4F4F4F. Windows color (decimal): -11841951 or 6377035. OLE color: 6377035.

HSL color Cylindrical-coordinate representation of color #4B4E61: hue angle of 231.82º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B4E61 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB757897-
CMYK0.230.2000.62
HSL231.82º12.79%33.73%-
HSV(B)231.82º22.68%38.04%-
XYZ7.787.8112.41-
YUV79.27138.01124.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=30%
G=31.2%
B=38.8%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7578970.230.2000.62231.8212.7933.73
Hex4B4E61171403Ee8d22
Octal11311614127240763501542
Binary10010111001110110000110111101000111110111010001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,78,97); }

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

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

 a { background-color: rgb(75,78,97); }

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

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

 span { border-color: rgb(75,78,97); }

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