Html Css Color HEX #4B5262 East Bay

📋 copy color: '#4B5262'

red 75 ◦ green 82 ◦ blue 98

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

Shades of East Bay #4B5262

Tints of East Bay #4B5262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.16%

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 29.41%
G = 32.16%
B = 38.43%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B5262 (or 0x4B5262) is known color: East Bay. HEX triplet: 4B, 52 and 62. RGB value is (75,82,98). Sum of RGB (Red+Green+Blue) = 75+82+98=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B5262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5262 is #B4AD9D. Grayscale: #515151. Windows color (decimal): -11840926 or 6443595. OLE color: 6443595.

HSL color Cylindrical-coordinate representation of color #4B5262: hue angle of 221.74º 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 #4B5262 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 82 98 -
CMYK 0.23 0.16 0 0.62
HSL 221.74º 0.13% 0.34% -
HSV(B) 221.74º 0.23% 0.38% -
XYZ 8.12 8.41 12.75 -
YUV 81.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 75 82 98 0.23 0.16 0 0.62 221.74 0.13 0.34
Hex 4B 52 62 17 10 0 3E DE D 22
Octal 113 122 142 27 20 0 76 336 15 42
Binary 1001011 1010010 1100010 10111 10000 0 111110 11011110 1101 100010

Color Harmonies of #4B5262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5262

Black with #4B5262

Text Example


Text Example

White with #4B5262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,82,98); }

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

background-color css

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

 a { background-color: rgb(75,82,98); }

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

border-color css

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

 span { border-color: rgb(75,82,98); }

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