Html Css Color HEX #475951 Cape Cod

📋 copy color: '#475951'

red 71 ◦ green 89 ◦ blue 81

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

Shades of Cape Cod #475951

Tints of Cape Cod #475951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

 BLUE value IS 81 (32.03% from 255) = 33.61%

R = 29.46%
G = 36.93%
B = 33.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#475951 (or 0x475951) is known color: Cape Cod. HEX triplet: 47, 59 and 51. RGB value is (71,89,81). Sum of RGB (Red+Green+Blue) = 71+89+81=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #475951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475951 is #B8A6AE. Grayscale: #525252. Windows color (decimal): -12101295 or 5331271. OLE color: 5331271.

HSL color Cylindrical-coordinate representation of color #475951: hue angle of 153.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475951 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 81 -
CMYK 0.20 0 0.09 0.65
HSL 153.33º 0.11% 0.31% -
HSV(B) 153.33º 0.2% 0.35% -
XYZ 7.66 9.08 9.13 -
YUV 82.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 71 89 81 0.20 0 0.09 0.65 153.33 0.11 0.31
Hex 47 59 51 14 0 9 41 99 B 1F
Octal 107 131 121 24 0 11 101 231 13 37
Binary 1000111 1011001 1010001 10100 0 1001 1000001 10011001 1011 11111

Color Harmonies of #475951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475951

Black with #475951

Text Example


Text Example

White with #475951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475951; }

 p { color: rgb(71,89,81); }

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

background-color css

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

 a { background-color: rgb(71,89,81); }

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

border-color css

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

 span { border-color: rgb(71,89,81); }

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