Html Css Color HEX #476C56 Como

📋 copy color: '#476C56'

red 71 ◦ green 108 ◦ blue 86

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

Shades of Como #476C56

Tints of Como #476C56

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.75%

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 26.79%
G = 40.75%
B = 32.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#476C56 (or 0x476C56) is known color: Como. HEX triplet: 47, 6C and 56. RGB value is (71,108,86). Sum of RGB (Red+Green+Blue) = 71+108+86=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 108 - color contains mainly: green. Hex color #476C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C56 is #B893A9. Grayscale: #5E5E5E. Windows color (decimal): -12096426 or 5663815. OLE color: 5663815.

HSL color Cylindrical-coordinate representation of color #476C56: hue angle of 144.32º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476C56 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 108 86 -
CMYK 0.34 0 0.20 0.58
HSL 144.32º 0.21% 0.35% -
HSV(B) 144.32º 0.34% 0.42% -
XYZ 9.64 12.74 10.75 -
YUV 94.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 71 108 86 0.34 0 0.20 0.58 144.32 0.21 0.35
Hex 47 6C 56 22 0 14 3A 90 15 23
Octal 107 154 126 42 0 24 72 220 25 43
Binary 1000111 1101100 1010110 100010 0 10100 111010 10010000 10101 100011

Color Harmonies of #476C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C56

Black with #476C56

Text Example


Text Example

White with #476C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476C56; }

 p { color: rgb(71,108,86); }

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

background-color css

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

 a { background-color: rgb(71,108,86); }

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

border-color css

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

 span { border-color: rgb(71,108,86); }

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