Html Css Color HEX #48544F Cape Cod

📋 copy color: '#48544F'

red 72 ◦ green 84 ◦ blue 79

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

Shades of Cape Cod #48544F

Tints of Cape Cod #48544F

RGB

 RED value IS 72 (28.52% from 255) = 30.64%

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

 BLUE value IS 79 (31.25% from 255) = 33.62%

R = 30.64%
G = 35.74%
B = 33.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#48544F (or 0x48544F) is known color: Cape Cod. HEX triplet: 48, 54 and 4F. RGB value is (72,84,79). Sum of RGB (Red+Green+Blue) = 72+84+79=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #48544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48544F is #B7ABB0. Grayscale: #4F4F4F. Windows color (decimal): -12037041 or 5198920. OLE color: 5198920.

HSL color Cylindrical-coordinate representation of color #48544F: hue angle of 155º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48544F is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 79 -
CMYK 0.14 0 0.06 0.67
HSL 155º 0.08% 0.31% -
HSV(B) 155º 0.14% 0.33% -
XYZ 7.25 8.28 8.61 -
YUV 79.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 72 84 79 0.14 0 0.06 0.67 155 0.08 0.31
Hex 48 54 4F E 0 6 43 9B 8 1F
Octal 110 124 117 16 0 6 103 233 10 37
Binary 1001000 1010100 1001111 1110 0 110 1000011 10011011 1000 11111

Color Harmonies of #48544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48544F

Black with #48544F

Text Example


Text Example

White with #48544F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48544F; }

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

 H1.HeaderClassName
 {
   color: #48544F;
 }
 .AnyTagClassName
 {
   color: #48544F;
 }
</style>

background-color css

<style>
 a { background-color: #48544F; }

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

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

border-color css

<style>
 span { border-color: #48544F; }

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

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