Html Css Color HEX #476F57 Como

📋 copy color: '#476F57'

red 71 ◦ green 111 ◦ blue 87

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

Shades of Como #476F57

Tints of Como #476F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.34%

R = 26.39%
G = 41.26%
B = 32.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#476F57 (or 0x476F57) is known color: Como. HEX triplet: 47, 6F and 57. RGB value is (71,111,87). Sum of RGB (Red+Green+Blue) = 71+111+87=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #476F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F57 is #B890A8. Grayscale: #606060. Windows color (decimal): -12095657 or 5730119. OLE color: 5730119.

HSL color Cylindrical-coordinate representation of color #476F57: hue angle of 144º 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 #476F57 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 87 -
CMYK 0.36 0 0.22 0.56
HSL 144º 0.22% 0.36% -
HSV(B) 144º 0.36% 0.44% -
XYZ 10 13.4 11.08 -
YUV 96.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 71 111 87 0.36 0 0.22 0.56 144 0.22 0.36
Hex 47 6F 57 24 0 16 38 90 16 24
Octal 107 157 127 44 0 26 70 220 26 44
Binary 1000111 1101111 1010111 100100 0 10110 111000 10010000 10110 100100

Color Harmonies of #476F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F57

Black with #476F57

Text Example


Text Example

White with #476F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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