Html Css Color HEX #4E5452 Cape Cod

📋 copy color: '#4E5452'

red 78 ◦ green 84 ◦ blue 82

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

Shades of Cape Cod #4E5452

Tints of Cape Cod #4E5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.43%

 BLUE value IS 82 (32.42% from 255) = 33.61%

R = 31.97%
G = 34.43%
B = 33.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#4E5452 (or 0x4E5452) is known color: Cape Cod. HEX triplet: 4E, 54 and 52. RGB value is (78,84,82). Sum of RGB (Red+Green+Blue) = 78+84+82=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5452 is #B1ABAD. Grayscale: #515151. Windows color (decimal): -11643822 or 5395534. OLE color: 5395534.

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

Color convert

RGB 78 84 82 -
CMYK 0.07 0 0.02 0.67
HSL 160º 0.04% 0.32% -
HSV(B) 160º 0.07% 0.33% -
XYZ 7.84 8.57 9.22 -
YUV 81.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 78 84 82 0.07 0 0.02 0.67 160 0.04 0.32
Hex 4E 54 52 7 0 2 43 A0 4 20
Octal 116 124 122 7 0 2 103 240 4 40
Binary 1001110 1010100 1010010 111 0 10 1000011 10100000 100 100000

Color Harmonies of #4E5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5452

Black with #4E5452

Text Example


Text Example

White with #4E5452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,84,82); }

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

background-color css

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

 a { background-color: rgb(78,84,82); }

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

border-color css

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

 span { border-color: rgb(78,84,82); }

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