Html Css Color HEX #494363 Meteorite

📋 copy color: '#494363'

red 73 ◦ green 67 ◦ blue 99

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

Shades of Meteorite #494363

Tints of Meteorite #494363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.03%

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

R = 30.54%
G = 28.03%
B = 41.42%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#494363 (or 0x494363) is known color: Meteorite. HEX triplet: 49, 43 and 63. RGB value is (73,67,99). Sum of RGB (Red+Green+Blue) = 73+67+99=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #494363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494363 is #B6BC9C. Grayscale: #484848. Windows color (decimal): -11975837 or 6505289. OLE color: 6505289.

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

Color convert

RGB 73 67 99 -
CMYK 0.26 0.32 0 0.61
HSL 251.25º 0.19% 0.33% -
HSV(B) 251.25º 0.32% 0.39% -
XYZ 7.01 6.33 12.66 -
YUV 72.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 73 67 99 0.26 0.32 0 0.61 251.25 0.19 0.33
Hex 49 43 63 1A 20 0 3D FB 13 21
Octal 111 103 143 32 40 0 75 373 23 41
Binary 1001001 1000011 1100011 11010 100000 0 111101 11111011 10011 100001

Color Harmonies of #494363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494363

Black with #494363

Text Example


Text Example

White with #494363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494363; }

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

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

background-color css

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

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

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

border-color css

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

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

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