Html Css Color HEX #4E5150 Cape Cod

📋 copy color: '#4E5150'

red 78 ◦ green 81 ◦ blue 80

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

Shades of Cape Cod #4E5150

Tints of Cape Cod #4E5150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.47%

R = 32.64%
G = 33.89%
B = 33.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#4E5150 (or 0x4E5150) is known color: Cape Cod. HEX triplet: 4E, 51 and 50. RGB value is (78,81,80). Sum of RGB (Red+Green+Blue) = 78+81+80=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 81 - color contains mainly: green. Hex color #4E5150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5150 is #B1AEAF. Grayscale: #4F4F4F. Windows color (decimal): -11644592 or 5263694. OLE color: 5263694.

HSL color Cylindrical-coordinate representation of color #4E5150: hue angle of 160º degrees, saturation: 0.02, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4E5150 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 78 81 80 -
CMYK 0.04 0 0.01 0.68
HSL 160º 0.02% 0.31% -
HSV(B) 160º 0.04% 0.32% -
XYZ 7.53 8.08 8.75 -
YUV 79.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 78 81 80 0.04 0 0.01 0.68 160 0.02 0.31
Hex 4E 51 50 4 0 1 44 A0 2 1F
Octal 116 121 120 4 0 1 104 240 2 37
Binary 1001110 1010001 1010000 100 0 1 1000100 10100000 10 11111

Color Harmonies of #4E5150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5150

Black with #4E5150

Text Example


Text Example

White with #4E5150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,81,80); }

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

background-color css

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

 a { background-color: rgb(78,81,80); }

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

border-color css

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

 span { border-color: rgb(78,81,80); }

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