Html Css Color HEX #4C4E61 East Bay

📋 copy color: '#4C4E61'

red 76 ◦ green 78 ◦ blue 97

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

Shades of East Bay #4C4E61

Tints of East Bay #4C4E61

RGB

 RED value IS 76 (30.08% from 255) = 30.28%

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

 BLUE value IS 97 (38.28% from 255) = 38.65%

R = 30.28%
G = 31.08%
B = 38.65%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C4E61 (or 0x4C4E61) is known color: East Bay. HEX triplet: 4C, 4E and 61. RGB value is (76,78,97). Sum of RGB (Red+Green+Blue) = 76+78+97=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C4E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4E61 is #B3B19E. Grayscale: #4F4F4F. Windows color (decimal): -11776415 or 6377036. OLE color: 6377036.

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

Color convert

RGB 76 78 97 -
CMYK 0.22 0.20 0 0.62
HSL 234.29º 0.12% 0.34% -
HSV(B) 234.29º 0.22% 0.38% -
XYZ 7.86 7.85 12.41 -
YUV 79.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 76 78 97 0.22 0.20 0 0.62 234.29 0.12 0.34
Hex 4C 4E 61 16 14 0 3E EA C 22
Octal 114 116 141 26 24 0 76 352 14 42
Binary 1001100 1001110 1100001 10110 10100 0 111110 11101010 1100 100010

Color Harmonies of #4C4E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4E61

Black with #4C4E61

Text Example


Text Example

White with #4C4E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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