Html Css Color HEX #4B5160 East Bay

📋 copy color: '#4B5160'

red 75 ◦ green 81 ◦ blue 96

#4B5160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #4B5160

Tints of East Bay #4B5160

RGB

 RED value IS 75 (29.69% from 255) = 29.76%

 GREEN value IS 81 (32.03% from 255) = 32.14%

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 29.76%
G = 32.14%
B = 38.1%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B5160 (or 0x4B5160) is known color: East Bay. HEX triplet: 4B, 51 and 60. RGB value is (75,81,96). Sum of RGB (Red+Green+Blue) = 75+81+96=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B5160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5160 is #B4AE9F. Grayscale: #505050. Windows color (decimal): -11841184 or 6312267. OLE color: 6312267.

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

Color convert

RGB 75 81 96 -
CMYK 0.22 0.16 0 0.62
HSL 222.86º 0.12% 0.34% -
HSV(B) 222.86º 0.22% 0.38% -
XYZ 7.96 8.23 12.23 -
YUV 80.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 75 81 96 0.22 0.16 0 0.62 222.86 0.12 0.34
Hex 4B 51 60 16 10 0 3E DF C 22
Octal 113 121 140 26 20 0 76 337 14 42
Binary 1001011 1010001 1100000 10110 10000 0 111110 11011111 1100 100010

Color Harmonies of #4B5160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5160

Black with #4B5160

Text Example


Text Example

White with #4B5160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,81,96); }

 H1.HeaderClassName
 {
   color: #4B5160;
 }
 .AnyTagClassName
 {
   color: #4B5160;
 }
</style>

background-color css

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

 a { background-color: rgb(75,81,96); }

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

border-color css

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

 span { border-color: rgb(75,81,96); }

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