Html Css Color HEX #47544F Cape Cod

📋 copy color: '#47544F'

red 71 ◦ green 84 ◦ blue 79

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

Shades of Cape Cod #47544F

Tints of Cape Cod #47544F

RGB

 RED value IS 71 (28.13% from 255) = 30.34%

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

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

R = 30.34%
G = 35.9%
B = 33.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#47544F (or 0x47544F) is known color: Cape Cod. HEX triplet: 47, 54 and 4F. RGB value is (71,84,79). Sum of RGB (Red+Green+Blue) = 71+84+79=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 84 - color contains mainly: green. Hex color #47544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47544F is #B8ABB0. Grayscale: #4F4F4F. Windows color (decimal): -12102577 or 5198919. OLE color: 5198919.

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

Color convert

RGB 71 84 79 -
CMYK 0.15 0 0.06 0.67
HSL 156.92º 0.08% 0.3% -
HSV(B) 156.92º 0.15% 0.33% -
XYZ 7.18 8.24 8.61 -
YUV 79.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 71 84 79 0.15 0 0.06 0.67 156.92 0.08 0.3
Hex 47 54 4F F 0 6 43 9D 8 1E
Octal 107 124 117 17 0 6 103 235 10 36
Binary 1000111 1010100 1001111 1111 0 110 1000011 10011101 1000 11110

Color Harmonies of #47544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47544F

Black with #47544F

Text Example


Text Example

White with #47544F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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