Html Css Color HEX #47504C Cape Cod

📋 copy color: '#47504C'

red 71 ◦ green 80 ◦ blue 76

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

Shades of Cape Cod #47504C

Tints of Cape Cod #47504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 31.28%
G = 35.24%
B = 33.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#47504C (or 0x47504C) is known color: Cape Cod. HEX triplet: 47, 50 and 4C. RGB value is (71,80,76). Sum of RGB (Red+Green+Blue) = 71+80+76=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 80 - color contains mainly: green. Hex color #47504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47504C is #B8AFB3. Grayscale: #4C4C4C. Windows color (decimal): -12103604 or 5001287. OLE color: 5001287.

HSL color Cylindrical-coordinate representation of color #47504C: hue angle of 153.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47504C is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 76 -
CMYK 0.11 0 0.05 0.69
HSL 153.33º 0.06% 0.3% -
HSV(B) 153.33º 0.11% 0.31% -
XYZ 6.77 7.6 7.95 -
YUV 76.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 71 80 76 0.11 0 0.05 0.69 153.33 0.06 0.3
Hex 47 50 4C B 0 5 45 99 6 1E
Octal 107 120 114 13 0 5 105 231 6 36
Binary 1000111 1010000 1001100 1011 0 101 1000101 10011001 110 11110

Color Harmonies of #47504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47504C

Black with #47504C

Text Example


Text Example

White with #47504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47504C; }

 p { color: rgb(71,80,76); }

 H1.HeaderClassName
 {
   color: #47504C;
 }
 .AnyTagClassName
 {
   color: #47504C;
 }
</style>

background-color css

<style>
 a { background-color: #47504C; }

 a { background-color: rgb(71,80,76); }

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

border-color css

<style>
 span { border-color: #47504C; }

 span { border-color: rgb(71,80,76); }

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