Html Css Color HEX #477F5D Como

📋 copy color: '#477F5D'

red 71 ◦ green 127 ◦ blue 93

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

Shades of Como #477F5D

Tints of Como #477F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 43.64%

 BLUE value IS 93 (36.72% from 255) = 31.96%

R = 24.4%
G = 43.64%
B = 31.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#477F5D (or 0x477F5D) is known color: Como. HEX triplet: 47, 7F and 5D. RGB value is (71,127,93). Sum of RGB (Red+Green+Blue) = 71+127+93=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #477F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F5D is #B880A2. Grayscale: #6A6A6A. Windows color (decimal): -12091555 or 6127431. OLE color: 6127431.

HSL color Cylindrical-coordinate representation of color #477F5D: hue angle of 143.57º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477F5D is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 127 93 -
CMYK 0.44 0 0.27 0.50
HSL 143.57º 0.28% 0.39% -
HSV(B) 143.57º 0.44% 0.5% -
XYZ 12.16 17.31 13.06 -
YUV 106.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 71 127 93 0.44 0 0.27 0.50 143.57 0.28 0.39
Hex 47 7F 5D 2C 0 1B 32 90 1C 27
Octal 107 177 135 54 0 33 62 220 34 47
Binary 1000111 1111111 1011101 101100 0 11011 110010 10010000 11100 100111

Color Harmonies of #477F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F5D

Black with #477F5D

Text Example


Text Example

White with #477F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477F5D; }

 p { color: rgb(71,127,93); }

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

background-color css

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

 a { background-color: rgb(71,127,93); }

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

border-color css

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

 span { border-color: rgb(71,127,93); }

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