Html Css Color HEX #494360 Meteorite

📋 copy color: '#494360'

red 73 ◦ green 67 ◦ blue 96

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

Shades of Meteorite #494360

Tints of Meteorite #494360

RGB

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

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

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

R = 30.93%
G = 28.39%
B = 40.68%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494360 (or 0x494360) is known color: Meteorite. HEX triplet: 49, 43 and 60. RGB value is (73,67,96). Sum of RGB (Red+Green+Blue) = 73+67+96=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #494360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494360 is #B6BC9F. Grayscale: #474747. Windows color (decimal): -11975840 or 6308681. OLE color: 6308681.

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

Color convert

RGB 73 67 96 -
CMYK 0.24 0.30 0 0.62
HSL 252.41º 0.18% 0.32% -
HSV(B) 252.41º 0.3% 0.38% -
XYZ 6.87 6.28 11.92 -
YUV 72.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 73 67 96 0.24 0.30 0 0.62 252.41 0.18 0.32
Hex 49 43 60 18 1E 0 3E FC 12 20
Octal 111 103 140 30 36 0 76 374 22 40
Binary 1001001 1000011 1100000 11000 11110 0 111110 11111100 10010 100000

Color Harmonies of #494360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494360

Black with #494360

Text Example


Text Example

White with #494360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494360; }

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

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

background-color css

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

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

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

border-color css

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

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

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