Html Css Color HEX #493E5E Meteorite

📋 copy color: '#493E5E'

red 73 ◦ green 62 ◦ blue 94

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

Shades of Meteorite #493E5E

Tints of Meteorite #493E5E

RGB

 RED value IS 73 (28.91% from 255) = 31.88%

 GREEN value IS 62 (24.61% from 255) = 27.07%

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

R = 31.88%
G = 27.07%
B = 41.05%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#493E5E (or 0x493E5E) is known color: Meteorite. HEX triplet: 49, 3E and 5E. RGB value is (73,62,94). Sum of RGB (Red+Green+Blue) = 73+62+94=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #493E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E5E is #B6C1A1. Grayscale: #444444. Windows color (decimal): -11977122 or 6176329. OLE color: 6176329.

HSL color Cylindrical-coordinate representation of color #493E5E: hue angle of 260.62º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #493E5E is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 62 94 -
CMYK 0.22 0.34 0 0.63
HSL 260.63º 0.21% 0.31% -
HSV(B) 260.63º 0.34% 0.37% -
XYZ 6.49 5.67 11.34 -
YUV 68.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 73 62 94 0.22 0.34 0 0.63 260.63 0.21 0.31
Hex 49 3E 5E 16 22 0 3F 105 15 1F
Octal 111 76 136 26 42 0 77 405 25 37
Binary 1001001 111110 1011110 10110 100010 0 111111 100000101 10101 11111

Color Harmonies of #493E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E5E

Black with #493E5E

Text Example


Text Example

White with #493E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493E5E; }

 p { color: rgb(73,62,94); }

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

background-color css

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

 a { background-color: rgb(73,62,94); }

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

border-color css

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

 span { border-color: rgb(73,62,94); }

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