Html Css Color HEX #4C5A56 Cape Cod

📋 copy color: '#4C5A56'

red 76 ◦ green 90 ◦ blue 86

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

Shades of Cape Cod #4C5A56

Tints of Cape Cod #4C5A56

RGB

 RED value IS 76 (30.08% from 255) = 30.16%

 GREEN value IS 90 (35.55% from 255) = 35.71%

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 30.16%
G = 35.71%
B = 34.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#4C5A56 (or 0x4C5A56) is known color: Cape Cod. HEX triplet: 4C, 5A and 56. RGB value is (76,90,86). Sum of RGB (Red+Green+Blue) = 76+90+86=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5A56 is #B3A5A9. Grayscale: #555555. Windows color (decimal): -11773354 or 5659212. OLE color: 5659212.

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

Color convert

RGB 76 90 86 -
CMYK 0.16 0 0.04 0.65
HSL 162.86º 0.08% 0.33% -
HSV(B) 162.86º 0.16% 0.35% -
XYZ 8.32 9.52 10.2 -
YUV 85.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 76 90 86 0.16 0 0.04 0.65 162.86 0.08 0.33
Hex 4C 5A 56 10 0 4 41 A3 8 21
Octal 114 132 126 20 0 4 101 243 10 41
Binary 1001100 1011010 1010110 10000 0 100 1000001 10100011 1000 100001

Color Harmonies of #4C5A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5A56

Black with #4C5A56

Text Example


Text Example

White with #4C5A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,90,86); }

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

background-color css

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

 a { background-color: rgb(76,90,86); }

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

border-color css

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

 span { border-color: rgb(76,90,86); }

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