Html Css Color HEX #47544E Cape Cod

📋 copy color: '#47544E'

red 71 ◦ green 84 ◦ blue 78

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

Shades of Cape Cod #47544E

Tints of Cape Cod #47544E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.48%

R = 30.47%
G = 36.05%
B = 33.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#47544E (or 0x47544E) is known color: Cape Cod. HEX triplet: 47, 54 and 4E. RGB value is (71,84,78). Sum of RGB (Red+Green+Blue) = 71+84+78=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 84 - color contains mainly: green. Hex color #47544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47544E is #B8ABB1. Grayscale: #4F4F4F. Windows color (decimal): -12102578 or 5133383. OLE color: 5133383.

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

Color convert

RGB 71 84 78 -
CMYK 0.15 0 0.07 0.67
HSL 152.31º 0.08% 0.3% -
HSV(B) 152.31º 0.15% 0.33% -
XYZ 7.14 8.23 8.42 -
YUV 79.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 71 84 78 0.15 0 0.07 0.67 152.31 0.08 0.3
Hex 47 54 4E F 0 7 43 98 8 1E
Octal 107 124 116 17 0 7 103 230 10 36
Binary 1000111 1010100 1001110 1111 0 111 1000011 10011000 1000 11110

Color Harmonies of #47544E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47544E

Black with #47544E

Text Example


Text Example

White with #47544E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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