Html Css Color HEX #477460 Como

📋 copy color: '#477460'

red 71 ◦ green 116 ◦ blue 96

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

Shades of Como #477460

Tints of Como #477460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

 BLUE value IS 96 (37.89% from 255) = 33.92%

R = 25.09%
G = 40.99%
B = 33.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#477460 (or 0x477460) is known color: Como. HEX triplet: 47, 74 and 60. RGB value is (71,116,96). Sum of RGB (Red+Green+Blue) = 71+116+96=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #477460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477460 is #B88B9F. Grayscale: #646464. Windows color (decimal): -12094368 or 6321223. OLE color: 6321223.

HSL color Cylindrical-coordinate representation of color #477460: hue angle of 153.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477460 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 96 -
CMYK 0.39 0 0.17 0.55
HSL 153.33º 0.24% 0.37% -
HSV(B) 153.33º 0.39% 0.45% -
XYZ 10.96 14.67 13.32 -
YUV 100.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 71 116 96 0.39 0 0.17 0.55 153.33 0.24 0.37
Hex 47 74 60 27 0 11 37 99 18 25
Octal 107 164 140 47 0 21 67 231 30 45
Binary 1000111 1110100 1100000 100111 0 10001 110111 10011001 11000 100101

Color Harmonies of #477460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477460

Black with #477460

Text Example


Text Example

White with #477460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477460; }

 p { color: rgb(71,116,96); }

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

background-color css

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

 a { background-color: rgb(71,116,96); }

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

border-color css

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

 span { border-color: rgb(71,116,96); }

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