Html Css Color HEX #47745E Como

📋 copy color: '#47745E'

red 71 ◦ green 116 ◦ blue 94

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

Shades of Como #47745E

Tints of Como #47745E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 25.27%
G = 41.28%
B = 33.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#47745E (or 0x47745E) is known color: Como. HEX triplet: 47, 74 and 5E. RGB value is (71,116,94). Sum of RGB (Red+Green+Blue) = 71+116+94=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #47745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47745E is #B88BA1. Grayscale: #646464. Windows color (decimal): -12094370 or 6190151. OLE color: 6190151.

HSL color Cylindrical-coordinate representation of color #47745E: hue angle of 150.67º 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 #47745E is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 94 -
CMYK 0.39 0 0.19 0.55
HSL 150.67º 0.24% 0.37% -
HSV(B) 150.67º 0.39% 0.45% -
XYZ 10.86 14.64 12.84 -
YUV 100.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 71 116 94 0.39 0 0.19 0.55 150.67 0.24 0.37
Hex 47 74 5E 27 0 13 37 97 18 25
Octal 107 164 136 47 0 23 67 227 30 45
Binary 1000111 1110100 1011110 100111 0 10011 110111 10010111 11000 100101

Color Harmonies of #47745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47745E

Black with #47745E

Text Example


Text Example

White with #47745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47745E; }

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

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

background-color css

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

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

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

border-color css

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

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

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