Html Css Color HEX #493A73 Meteorite

📋 copy color: '#493A73'

red 73 ◦ green 58 ◦ blue 115

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

Shades of Meteorite #493A73

Tints of Meteorite #493A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 29.67%
G = 23.58%
B = 46.75%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493A73 (or 0x493A73) is known color: Meteorite. HEX triplet: 49, 3A and 73. RGB value is (73,58,115). Sum of RGB (Red+Green+Blue) = 73+58+115=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #493A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A73 is #B6C58C. Grayscale: #444444. Windows color (decimal): -11978125 or 7551561. OLE color: 7551561.

HSL color Cylindrical-coordinate representation of color #493A73: hue angle of 255.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493A73 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 58 115 -
CMYK 0.37 0.50 0 0.55
HSL 255.79º 0.33% 0.34% -
HSV(B) 255.79º 0.5% 0.45% -
XYZ 7.36 5.68 16.93 -
YUV 68.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 73 58 115 0.37 0.50 0 0.55 255.79 0.33 0.34
Hex 49 3A 73 25 32 0 37 100 21 22
Octal 111 72 163 45 62 0 67 400 41 42
Binary 1001001 111010 1110011 100101 110010 0 110111 100000000 100001 100010

Color Harmonies of #493A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A73

Black with #493A73

Text Example


Text Example

White with #493A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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