Html Css Color HEX #493A5E Meteorite

📋 copy color: '#493A5E'

red 73 ◦ green 58 ◦ blue 94

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

Shades of Meteorite #493A5E

Tints of Meteorite #493A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

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

R = 32.44%
G = 25.78%
B = 41.78%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#493A5E (or 0x493A5E) is known color: Meteorite. HEX triplet: 49, 3A and 5E. RGB value is (73,58,94). Sum of RGB (Red+Green+Blue) = 73+58+94=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #493A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A5E is #B6C5A1. Grayscale: #424242. Windows color (decimal): -11978146 or 6175305. OLE color: 6175305.

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

Color convert

RGB 73 58 94 -
CMYK 0.22 0.38 0 0.63
HSL 265º 0.24% 0.3% -
HSV(B) 265º 0.38% 0.37% -
XYZ 6.28 5.25 11.27 -
YUV 66.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 73 58 94 0.22 0.38 0 0.63 265 0.24 0.3
Hex 49 3A 5E 16 26 0 3F 109 18 1E
Octal 111 72 136 26 46 0 77 411 30 36
Binary 1001001 111010 1011110 10110 100110 0 111111 100001001 11000 11110

Color Harmonies of #493A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A5E

Black with #493A5E

Text Example


Text Example

White with #493A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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