Html Css Color HEX #493D73 Meteorite

📋 copy color: '#493D73'

red 73 ◦ green 61 ◦ blue 115

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

Shades of Meteorite #493D73

Tints of Meteorite #493D73

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.5%

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

R = 29.32%
G = 24.5%
B = 46.18%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493D73 (or 0x493D73) is known color: Meteorite. HEX triplet: 49, 3D and 73. RGB value is (73,61,115). Sum of RGB (Red+Green+Blue) = 73+61+115=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #493D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D73 is #B6C28C. Grayscale: #464646. Windows color (decimal): -11977357 or 7552329. OLE color: 7552329.

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

Color convert

RGB 73 61 115 -
CMYK 0.37 0.47 0 0.55
HSL 253.33º 0.31% 0.35% -
HSV(B) 253.33º 0.47% 0.45% -
XYZ 7.51 5.99 16.98 -
YUV 70.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 73 61 115 0.37 0.47 0 0.55 253.33 0.31 0.35
Hex 49 3D 73 25 2F 0 37 FD 1F 23
Octal 111 75 163 45 57 0 67 375 37 43
Binary 1001001 111101 1110011 100101 101111 0 110111 11111101 11111 100011

Color Harmonies of #493D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D73

Black with #493D73

Text Example


Text Example

White with #493D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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