Html Css Color HEX #4F5653 Cape Cod

📋 copy color: '#4F5653'

red 79 ◦ green 86 ◦ blue 83

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

Shades of Cape Cod #4F5653

Tints of Cape Cod #4F5653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 31.85%
G = 34.68%
B = 33.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#4F5653 (or 0x4F5653) is known color: Cape Cod. HEX triplet: 4F, 56 and 53. RGB value is (79,86,83). Sum of RGB (Red+Green+Blue) = 79+86+83=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 86 - color contains mainly: green. Hex color #4F5653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5653 is #B0A9AC. Grayscale: #535353. Windows color (decimal): -11577773 or 5461583. OLE color: 5461583.

HSL color Cylindrical-coordinate representation of color #4F5653: hue angle of 154.29º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4F5653 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 79 86 83 -
CMYK 0.08 0 0.03 0.66
HSL 154.29º 0.04% 0.32% -
HSV(B) 154.29º 0.08% 0.34% -
XYZ 8.11 8.94 9.48 -
YUV 83.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 79 86 83 0.08 0 0.03 0.66 154.29 0.04 0.32
Hex 4F 56 53 8 0 3 42 9A 4 20
Octal 117 126 123 10 0 3 102 232 4 40
Binary 1001111 1010110 1010011 1000 0 11 1000010 10011010 100 100000

Color Harmonies of #4F5653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5653

Black with #4F5653

Text Example


Text Example

White with #4F5653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,86,83); }

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

background-color css

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

 a { background-color: rgb(79,86,83); }

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

border-color css

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

 span { border-color: rgb(79,86,83); }

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