Html Css Color HEX #476B56 Como

📋 copy color: '#476B56'

red 71 ◦ green 107 ◦ blue 86

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

Shades of Como #476B56

Tints of Como #476B56

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.53%

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

R = 26.89%
G = 40.53%
B = 32.58%

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

#476B56 (or 0x476B56) is known color: Como. HEX triplet: 47, 6B and 56. RGB value is (71,107,86). Sum of RGB (Red+Green+Blue) = 71+107+86=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #476B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B56 is #B894A9. Grayscale: #5D5D5D. Windows color (decimal): -12096682 or 5663559. OLE color: 5663559.

HSL color Cylindrical-coordinate representation of color #476B56: hue angle of 145º degrees, saturation: 0.2, 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 #476B56 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 107 86 -
CMYK 0.34 0 0.20 0.58
HSL 145º 0.2% 0.35% -
HSV(B) 145º 0.34% 0.42% -
XYZ 9.54 12.53 10.72 -
YUV 93.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 71 107 86 0.34 0 0.20 0.58 145 0.2 0.35
Hex 47 6B 56 22 0 14 3A 91 14 23
Octal 107 153 126 42 0 24 72 221 24 43
Binary 1000111 1101011 1010110 100010 0 10100 111010 10010001 10100 100011

Color Harmonies of #476B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B56

Black with #476B56

Text Example


Text Example

White with #476B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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