Html Css Color HEX #493A6D Meteorite

📋 copy color: '#493A6D'

red 73 ◦ green 58 ◦ blue 109

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

Shades of Meteorite #493A6D

Tints of Meteorite #493A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.42%

R = 30.42%
G = 24.17%
B = 45.42%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#493A6D (or 0x493A6D) is known color: Meteorite. HEX triplet: 49, 3A and 6D. RGB value is (73,58,109). Sum of RGB (Red+Green+Blue) = 73+58+109=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #493A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A6D is #B6C592. Grayscale: #444444. Windows color (decimal): -11978131 or 7158345. OLE color: 7158345.

HSL color Cylindrical-coordinate representation of color #493A6D: hue angle of 257.65º 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 #493A6D is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 58 109 -
CMYK 0.33 0.47 0 0.57
HSL 257.65º 0.31% 0.33% -
HSV(B) 257.65º 0.47% 0.43% -
XYZ 7.02 5.55 15.17 -
YUV 68.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 73 58 109 0.33 0.47 0 0.57 257.65 0.31 0.33
Hex 49 3A 6D 21 2F 0 39 102 1F 21
Octal 111 72 155 41 57 0 71 402 37 41
Binary 1001001 111010 1101101 100001 101111 0 111001 100000010 11111 100001

Color Harmonies of #493A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A6D

Black with #493A6D

Text Example


Text Example

White with #493A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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