Html Css Color HEX #4F5452 Cape Cod

📋 copy color: '#4F5452'

red 79 ◦ green 84 ◦ blue 82

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

Shades of Cape Cod #4F5452

Tints of Cape Cod #4F5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.29%

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

R = 32.24%
G = 34.29%
B = 33.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#4F5452 (or 0x4F5452) is known color: Cape Cod. HEX triplet: 4F, 54 and 52. RGB value is (79,84,82). Sum of RGB (Red+Green+Blue) = 79+84+82=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 84 - color contains mainly: green. Hex color #4F5452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5452 is #B0ABAD. Grayscale: #525252. Windows color (decimal): -11578286 or 5395535. OLE color: 5395535.

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

Color convert

RGB 79 84 82 -
CMYK 0.06 0 0.02 0.67
HSL 156º 0.03% 0.32% -
HSV(B) 156º 0.06% 0.33% -
XYZ 7.92 8.61 9.23 -
YUV 82.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 79 84 82 0.06 0 0.02 0.67 156 0.03 0.32
Hex 4F 54 52 6 0 2 43 9C 3 20
Octal 117 124 122 6 0 2 103 234 3 40
Binary 1001111 1010100 1010010 110 0 10 1000011 10011100 11 100000

Color Harmonies of #4F5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5452

Black with #4F5452

Text Example


Text Example

White with #4F5452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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