Html Css Color HEX #4E5955 Cape Cod

📋 copy color: '#4E5955'

red 78 ◦ green 89 ◦ blue 85

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

Shades of Cape Cod #4E5955

Tints of Cape Cod #4E5955

RGB

 RED value IS 78 (30.86% from 255) = 30.95%

 GREEN value IS 89 (35.16% from 255) = 35.32%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 30.95%
G = 35.32%
B = 33.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#4E5955 (or 0x4E5955) is known color: Cape Cod. HEX triplet: 4E, 59 and 55. RGB value is (78,89,85). Sum of RGB (Red+Green+Blue) = 78+89+85=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5955 is #B1A6AA. Grayscale: #555555. Windows color (decimal): -11642539 or 5593422. OLE color: 5593422.

HSL color Cylindrical-coordinate representation of color #4E5955: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E5955 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 89 85 -
CMYK 0.12 0 0.04 0.65
HSL 158.18º 0.07% 0.33% -
HSV(B) 158.18º 0.12% 0.35% -
XYZ 8.35 9.42 9.97 -
YUV 85.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 78 89 85 0.12 0 0.04 0.65 158.18 0.07 0.33
Hex 4E 59 55 C 0 4 41 9E 7 21
Octal 116 131 125 14 0 4 101 236 7 41
Binary 1001110 1011001 1010101 1100 0 100 1000001 10011110 111 100001

Color Harmonies of #4E5955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5955

Black with #4E5955

Text Example


Text Example

White with #4E5955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,89,85); }

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

background-color css

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

 a { background-color: rgb(78,89,85); }

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

border-color css

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

 span { border-color: rgb(78,89,85); }

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