Html Css Color HEX #476F56 Como

📋 copy color: '#476F56'

red 71 ◦ green 111 ◦ blue 86

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

Shades of Como #476F56

Tints of Como #476F56

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.42%

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

R = 26.49%
G = 41.42%
B = 32.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#476F56 (or 0x476F56) is known color: Como. HEX triplet: 47, 6F and 56. RGB value is (71,111,86). Sum of RGB (Red+Green+Blue) = 71+111+86=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #476F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F56 is #B890A9. Grayscale: #606060. Windows color (decimal): -12095658 or 5664583. OLE color: 5664583.

HSL color Cylindrical-coordinate representation of color #476F56: hue angle of 142.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #476F56 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 86 -
CMYK 0.36 0 0.23 0.56
HSL 142.5º 0.22% 0.36% -
HSV(B) 142.5º 0.36% 0.44% -
XYZ 9.96 13.38 10.86 -
YUV 96.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 71 111 86 0.36 0 0.23 0.56 142.5 0.22 0.36
Hex 47 6F 56 24 0 17 38 8E 16 24
Octal 107 157 126 44 0 27 70 216 26 44
Binary 1000111 1101111 1010110 100100 0 10111 111000 10001110 10110 100100

Color Harmonies of #476F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F56

Black with #476F56

Text Example


Text Example

White with #476F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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