Html Css Color HEX #494063 Meteorite

📋 copy color: '#494063'

red 73 ◦ green 64 ◦ blue 99

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

Shades of Meteorite #494063

Tints of Meteorite #494063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

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

R = 30.93%
G = 27.12%
B = 41.95%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#494063 (or 0x494063) is known color: Meteorite. HEX triplet: 49, 40 and 63. RGB value is (73,64,99). Sum of RGB (Red+Green+Blue) = 73+64+99=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #494063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494063 is #B6BF9C. Grayscale: #464646. Windows color (decimal): -11976605 or 6504521. OLE color: 6504521.

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

Color convert

RGB 73 64 99 -
CMYK 0.26 0.35 0 0.61
HSL 255.43º 0.21% 0.32% -
HSV(B) 255.43º 0.35% 0.39% -
XYZ 6.83 5.98 12.6 -
YUV 70.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 73 64 99 0.26 0.35 0 0.61 255.43 0.21 0.32
Hex 49 40 63 1A 23 0 3D FF 15 20
Octal 111 100 143 32 43 0 75 377 25 40
Binary 1001001 1000000 1100011 11010 100011 0 111101 11111111 10101 100000

Color Harmonies of #494063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494063

Black with #494063

Text Example


Text Example

White with #494063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494063; }

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

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

background-color css

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

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

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

border-color css

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

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

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