Html Css Color HEX #4C5855 Cape Cod

📋 copy color: '#4C5855'

red 76 ◦ green 88 ◦ blue 85

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

Shades of Cape Cod #4C5855

Tints of Cape Cod #4C5855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.14%

R = 30.52%
G = 35.34%
B = 34.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#4C5855 (or 0x4C5855) is known color: Cape Cod. HEX triplet: 4C, 58 and 55. RGB value is (76,88,85). Sum of RGB (Red+Green+Blue) = 76+88+85=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 88 - color contains mainly: green. Hex color #4C5855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5855 is #B3A7AA. Grayscale: #545454. Windows color (decimal): -11773867 or 5593164. OLE color: 5593164.

HSL color Cylindrical-coordinate representation of color #4C5855: hue angle of 165º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C5855 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 88 85 -
CMYK 0.14 0 0.03 0.65
HSL 165º 0.07% 0.32% -
HSV(B) 165º 0.14% 0.35% -
XYZ 8.11 9.17 9.94 -
YUV 84.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 76 88 85 0.14 0 0.03 0.65 165 0.07 0.32
Hex 4C 58 55 E 0 3 41 A5 7 20
Octal 114 130 125 16 0 3 101 245 7 40
Binary 1001100 1011000 1010101 1110 0 11 1000001 10100101 111 100000

Color Harmonies of #4C5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5855

Black with #4C5855

Text Example


Text Example

White with #4C5855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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