Html Css Color HEX #494160 Meteorite

📋 copy color: '#494160'

red 73 ◦ green 65 ◦ blue 96

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

Shades of Meteorite #494160

Tints of Meteorite #494160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 31.2%
G = 27.78%
B = 41.03%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494160 (or 0x494160) is known color: Meteorite. HEX triplet: 49, 41 and 60. RGB value is (73,65,96). Sum of RGB (Red+Green+Blue) = 73+65+96=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #494160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494160 is #B6BE9F. Grayscale: #464646. Windows color (decimal): -11976352 or 6308169. OLE color: 6308169.

HSL color Cylindrical-coordinate representation of color #494160: hue angle of 255.48º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494160 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 65 96 -
CMYK 0.24 0.32 0 0.62
HSL 255.48º 0.19% 0.32% -
HSV(B) 255.48º 0.32% 0.38% -
XYZ 6.75 6.04 11.88 -
YUV 70.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 73 65 96 0.24 0.32 0 0.62 255.48 0.19 0.32
Hex 49 41 60 18 20 0 3E FF 13 20
Octal 111 101 140 30 40 0 76 377 23 40
Binary 1001001 1000001 1100000 11000 100000 0 111110 11111111 10011 100000

Color Harmonies of #494160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494160

Black with #494160

Text Example


Text Example

White with #494160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494160; }

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

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

background-color css

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

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

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

border-color css

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

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

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