Html Css Color HEX #493A6E Meteorite

📋 copy color: '#493A6E'

red 73 ◦ green 58 ◦ blue 110

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

Shades of Meteorite #493A6E

Tints of Meteorite #493A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 30.29%
G = 24.07%
B = 45.64%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#493A6E (or 0x493A6E) is known color: Meteorite. HEX triplet: 49, 3A and 6E. RGB value is (73,58,110). Sum of RGB (Red+Green+Blue) = 73+58+110=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #493A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A6E is #B6C591. Grayscale: #444444. Windows color (decimal): -11978130 or 7223881. OLE color: 7223881.

HSL color Cylindrical-coordinate representation of color #493A6E: hue angle of 257.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493A6E is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 58 110 -
CMYK 0.34 0.47 0 0.57
HSL 257.31º 0.31% 0.33% -
HSV(B) 257.31º 0.47% 0.43% -
XYZ 7.08 5.57 15.45 -
YUV 68.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 73 58 110 0.34 0.47 0 0.57 257.31 0.31 0.33
Hex 49 3A 6E 22 2F 0 39 101 1F 21
Octal 111 72 156 42 57 0 71 401 37 41
Binary 1001001 111010 1101110 100010 101111 0 111001 100000001 11111 100001

Color Harmonies of #493A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A6E

Black with #493A6E

Text Example


Text Example

White with #493A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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