Html Css Color HEX #47554F Cape Cod

📋 copy color: '#47554F'

red 71 ◦ green 85 ◦ blue 79

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

Shades of Cape Cod #47554F

Tints of Cape Cod #47554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.17%

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

R = 30.21%
G = 36.17%
B = 33.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#47554F (or 0x47554F) is known color: Cape Cod. HEX triplet: 47, 55 and 4F. RGB value is (71,85,79). Sum of RGB (Red+Green+Blue) = 71+85+79=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #47554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47554F is #B8AAB0. Grayscale: #505050. Windows color (decimal): -12102321 or 5199175. OLE color: 5199175.

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

Color convert

RGB 71 85 79 -
CMYK 0.16 0 0.07 0.67
HSL 154.29º 0.09% 0.31% -
HSV(B) 154.29º 0.16% 0.33% -
XYZ 7.26 8.4 8.64 -
YUV 80.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 71 85 79 0.16 0 0.07 0.67 154.29 0.09 0.31
Hex 47 55 4F 10 0 7 43 9A 9 1F
Octal 107 125 117 20 0 7 103 232 11 37
Binary 1000111 1010101 1001111 10000 0 111 1000011 10011010 1001 11111

Color Harmonies of #47554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47554F

Black with #47554F

Text Example


Text Example

White with #47554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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