Html Css Color HEX #4C5552 Cape Cod

📋 copy color: '#4C5552'

red 76 ◦ green 85 ◦ blue 82

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

Shades of Cape Cod #4C5552

Tints of Cape Cod #4C5552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

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

R = 31.28%
G = 34.98%
B = 33.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#4C5552 (or 0x4C5552) is known color: Cape Cod. HEX triplet: 4C, 55 and 52. RGB value is (76,85,82). Sum of RGB (Red+Green+Blue) = 76+85+82=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5552 is #B3AAAD. Grayscale: #515151. Windows color (decimal): -11774638 or 5395788. OLE color: 5395788.

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

Color convert

RGB 76 85 82 -
CMYK 0.11 0 0.04 0.67
HSL 160º 0.06% 0.32% -
HSV(B) 160º 0.11% 0.33% -
XYZ 7.75 8.64 9.24 -
YUV 81.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 76 85 82 0.11 0 0.04 0.67 160 0.06 0.32
Hex 4C 55 52 B 0 4 43 A0 6 20
Octal 114 125 122 13 0 4 103 240 6 40
Binary 1001100 1010101 1010010 1011 0 100 1000011 10100000 110 100000

Color Harmonies of #4C5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5552

Black with #4C5552

Text Example


Text Example

White with #4C5552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,85,82); }

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

background-color css

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

 a { background-color: rgb(76,85,82); }

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

border-color css

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

 span { border-color: rgb(76,85,82); }

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