Html Css Color HEX #4E5854 Cape Cod

📋 copy color: '#4E5854'

red 78 ◦ green 88 ◦ blue 84

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

Shades of Cape Cod #4E5854

Tints of Cape Cod #4E5854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

 BLUE value IS 84 (33.2% from 255) = 33.6%

R = 31.2%
G = 35.2%
B = 33.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#4E5854 (or 0x4E5854) is known color: Cape Cod. HEX triplet: 4E, 58 and 54. RGB value is (78,88,84). Sum of RGB (Red+Green+Blue) = 78+88+84=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5854 is #B1A7AB. Grayscale: #545454. Windows color (decimal): -11642796 or 5527630. OLE color: 5527630.

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

Color convert

RGB 78 88 84 -
CMYK 0.11 0 0.05 0.65
HSL 156º 0.06% 0.33% -
HSV(B) 156º 0.11% 0.35% -
XYZ 8.23 9.24 9.74 -
YUV 84.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 78 88 84 0.11 0 0.05 0.65 156 0.06 0.33
Hex 4E 58 54 B 0 5 41 9C 6 21
Octal 116 130 124 13 0 5 101 234 6 41
Binary 1001110 1011000 1010100 1011 0 101 1000001 10011100 110 100001

Color Harmonies of #4E5854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5854

Black with #4E5854

Text Example


Text Example

White with #4E5854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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