Html Css Color HEX #4B4E62 East Bay

📋 copy color: '#4B4E62'

red 75 ◦ green 78 ◦ blue 98

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

Shades of East Bay #4B4E62

Tints of East Bay #4B4E62

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.08%

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

R = 29.88%
G = 31.08%
B = 39.04%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B4E62 (or 0x4B4E62) is known color: East Bay. HEX triplet: 4B, 4E and 62. RGB value is (75,78,98). Sum of RGB (Red+Green+Blue) = 75+78+98=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B4E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B4E62 is #B4B19D. Grayscale: #4F4F4F. Windows color (decimal): -11841950 or 6442571. OLE color: 6442571.

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

Color convert

RGB 75 78 98 -
CMYK 0.23 0.20 0 0.62
HSL 232.17º 0.13% 0.34% -
HSV(B) 232.17º 0.23% 0.38% -
XYZ 7.83 7.83 12.65 -
YUV 79.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 75 78 98 0.23 0.20 0 0.62 232.17 0.13 0.34
Hex 4B 4E 62 17 14 0 3E E8 D 22
Octal 113 116 142 27 24 0 76 350 15 42
Binary 1001011 1001110 1100010 10111 10100 0 111110 11101000 1101 100010

Color Harmonies of #4B4E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4E62

Black with #4B4E62

Text Example


Text Example

White with #4B4E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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