Html Css Color HEX #494260 Meteorite

📋 copy color: '#494260'

red 73 ◦ green 66 ◦ blue 96

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

Shades of Meteorite #494260

Tints of Meteorite #494260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 31.06%
G = 28.09%
B = 40.85%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494260 (or 0x494260) is known color: Meteorite. HEX triplet: 49, 42 and 60. RGB value is (73,66,96). Sum of RGB (Red+Green+Blue) = 73+66+96=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #494260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494260 is #B6BD9F. Grayscale: #474747. Windows color (decimal): -11976096 or 6308425. OLE color: 6308425.

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

Color convert

RGB 73 66 96 -
CMYK 0.24 0.31 0 0.62
HSL 254º 0.19% 0.32% -
HSV(B) 254º 0.31% 0.38% -
XYZ 6.81 6.16 11.9 -
YUV 71.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 73 66 96 0.24 0.31 0 0.62 254 0.19 0.32
Hex 49 42 60 18 1F 0 3E FE 13 20
Octal 111 102 140 30 37 0 76 376 23 40
Binary 1001001 1000010 1100000 11000 11111 0 111110 11111110 10011 100000

Color Harmonies of #494260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494260

Black with #494260

Text Example


Text Example

White with #494260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494260; }

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

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

background-color css

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

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

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

border-color css

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

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

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