Html Css Color HEX #494163 Meteorite

📋 copy color: '#494163'

red 73 ◦ green 65 ◦ blue 99

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

Shades of Meteorite #494163

Tints of Meteorite #494163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.43%

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

R = 30.8%
G = 27.43%
B = 41.77%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#494163 (or 0x494163) is known color: Meteorite. HEX triplet: 49, 41 and 63. RGB value is (73,65,99). Sum of RGB (Red+Green+Blue) = 73+65+99=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #494163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494163 is #B6BE9C. Grayscale: #474747. Windows color (decimal): -11976349 or 6504777. OLE color: 6504777.

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

Color convert

RGB 73 65 99 -
CMYK 0.26 0.34 0 0.61
HSL 254.12º 0.21% 0.32% -
HSV(B) 254.12º 0.34% 0.39% -
XYZ 6.89 6.1 12.62 -
YUV 71.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 73 65 99 0.26 0.34 0 0.61 254.12 0.21 0.32
Hex 49 41 63 1A 22 0 3D FE 15 20
Octal 111 101 143 32 42 0 75 376 25 40
Binary 1001001 1000001 1100011 11010 100010 0 111101 11111110 10101 100000

Color Harmonies of #494163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494163

Black with #494163

Text Example


Text Example

White with #494163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494163; }

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

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

background-color css

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

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

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

border-color css

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

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

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