Html Css Color HEX #4F5552 Cape Cod

📋 copy color: '#4F5552'

red 79 ◦ green 85 ◦ blue 82

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

Shades of Cape Cod #4F5552

Tints of Cape Cod #4F5552

RGB

 RED value IS 79 (31.25% from 255) = 32.11%

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

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

R = 32.11%
G = 34.55%
B = 33.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#4F5552 (or 0x4F5552) is known color: Cape Cod. HEX triplet: 4F, 55 and 52. RGB value is (79,85,82). Sum of RGB (Red+Green+Blue) = 79+85+82=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5552 is #B0AAAD. Grayscale: #525252. Windows color (decimal): -11578030 or 5395791. OLE color: 5395791.

HSL color Cylindrical-coordinate representation of color #4F5552: hue angle of 150º 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 #4F5552 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 85 82 -
CMYK 0.07 0 0.04 0.67
HSL 150º 0.04% 0.32% -
HSV(B) 150º 0.07% 0.33% -
XYZ 8 8.77 9.25 -
YUV 82.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 79 85 82 0.07 0 0.04 0.67 150 0.04 0.32
Hex 4F 55 52 7 0 4 43 96 4 20
Octal 117 125 122 7 0 4 103 226 4 40
Binary 1001111 1010101 1010010 111 0 100 1000011 10010110 100 100000

Color Harmonies of #4F5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5552

Black with #4F5552

Text Example


Text Example

White with #4F5552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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