Html Css Color HEX #493E73 Meteorite

📋 copy color: '#493E73'

red 73 ◦ green 62 ◦ blue 115

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

Shades of Meteorite #493E73

Tints of Meteorite #493E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.8%

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

R = 29.2%
G = 24.8%
B = 46%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493E73 (or 0x493E73) is known color: Meteorite. HEX triplet: 49, 3E and 73. RGB value is (73,62,115). Sum of RGB (Red+Green+Blue) = 73+62+115=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #493E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E73 is #B6C18C. Grayscale: #474747. Windows color (decimal): -11977101 or 7552585. OLE color: 7552585.

HSL color Cylindrical-coordinate representation of color #493E73: hue angle of 252.45º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #493E73 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 62 115 -
CMYK 0.37 0.46 0 0.55
HSL 252.45º 0.3% 0.35% -
HSV(B) 252.45º 0.46% 0.45% -
XYZ 7.56 6.1 17 -
YUV 71.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 73 62 115 0.37 0.46 0 0.55 252.45 0.3 0.35
Hex 49 3E 73 25 2E 0 37 FC 1E 23
Octal 111 76 163 45 56 0 67 374 36 43
Binary 1001001 111110 1110011 100101 101110 0 110111 11111100 11110 100011

Color Harmonies of #493E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E73

Black with #493E73

Text Example


Text Example

White with #493E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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