Html Css Color HEX #493E63 Meteorite

📋 copy color: '#493E63'

red 73 ◦ green 62 ◦ blue 99

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

Shades of Meteorite #493E63

Tints of Meteorite #493E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 31.2%
G = 26.5%
B = 42.31%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#493E63 (or 0x493E63) is known color: Meteorite. HEX triplet: 49, 3E and 63. RGB value is (73,62,99). Sum of RGB (Red+Green+Blue) = 73+62+99=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #493E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E63 is #B6C19C. Grayscale: #454545. Windows color (decimal): -11977117 or 6504009. OLE color: 6504009.

HSL color Cylindrical-coordinate representation of color #493E63: hue angle of 257.84º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #493E63 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 62 99 -
CMYK 0.26 0.37 0 0.61
HSL 257.84º 0.23% 0.32% -
HSV(B) 257.84º 0.37% 0.39% -
XYZ 6.72 5.76 12.56 -
YUV 69.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 73 62 99 0.26 0.37 0 0.61 257.84 0.23 0.32
Hex 49 3E 63 1A 25 0 3D 102 17 20
Octal 111 76 143 32 45 0 75 402 27 40
Binary 1001001 111110 1100011 11010 100101 0 111101 100000010 10111 100000

Color Harmonies of #493E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E63

Black with #493E63

Text Example


Text Example

White with #493E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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