Html Css Color HEX #493A5D Meteorite

📋 copy color: '#493A5D'

red 73 ◦ green 58 ◦ blue 93

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

Shades of Meteorite #493A5D

Tints of Meteorite #493A5D

RGB

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

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

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

R = 32.59%
G = 25.89%
B = 41.52%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#493A5D (or 0x493A5D) is known color: Meteorite. HEX triplet: 49, 3A and 5D. RGB value is (73,58,93). Sum of RGB (Red+Green+Blue) = 73+58+93=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #493A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A5D is #B6C5A2. Grayscale: #424242. Windows color (decimal): -11978147 or 6109769. OLE color: 6109769.

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

Color convert

RGB 73 58 93 -
CMYK 0.22 0.38 0 0.64
HSL 265.71º 0.23% 0.3% -
HSV(B) 265.71º 0.38% 0.36% -
XYZ 6.24 5.23 11.04 -
YUV 66.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 73 58 93 0.22 0.38 0 0.64 265.71 0.23 0.3
Hex 49 3A 5D 16 26 0 40 10A 17 1E
Octal 111 72 135 26 46 0 100 412 27 36
Binary 1001001 111010 1011101 10110 100110 0 1000000 100001010 10111 11110

Color Harmonies of #493A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A5D

Black with #493A5D

Text Example


Text Example

White with #493A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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