Html Css Color HEX #4E5351 Cape Cod

📋 copy color: '#4E5351'

red 78 ◦ green 83 ◦ blue 81

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

Shades of Cape Cod #4E5351

Tints of Cape Cod #4E5351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

 BLUE value IS 81 (32.03% from 255) = 33.47%

R = 32.23%
G = 34.3%
B = 33.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#4E5351 (or 0x4E5351) is known color: Cape Cod. HEX triplet: 4E, 53 and 51. RGB value is (78,83,81). Sum of RGB (Red+Green+Blue) = 78+83+81=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5351 is #B1ACAE. Grayscale: #515151. Windows color (decimal): -11644079 or 5329742. OLE color: 5329742.

HSL color Cylindrical-coordinate representation of color #4E5351: hue angle of 156º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4E5351 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 83 81 -
CMYK 0.06 0 0.02 0.67
HSL 156º 0.03% 0.32% -
HSV(B) 156º 0.06% 0.33% -
XYZ 7.72 8.4 9 -
YUV 81.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 78 83 81 0.06 0 0.02 0.67 156 0.03 0.32
Hex 4E 53 51 6 0 2 43 9C 3 20
Octal 116 123 121 6 0 2 103 234 3 40
Binary 1001110 1010011 1010001 110 0 10 1000011 10011100 11 100000

Color Harmonies of #4E5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5351

Black with #4E5351

Text Example


Text Example

White with #4E5351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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