Html Css Color HEX #494263 Meteorite

📋 copy color: '#494263'

red 73 ◦ green 66 ◦ blue 99

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

Shades of Meteorite #494263

Tints of Meteorite #494263

RGB

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

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

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

R = 30.67%
G = 27.73%
B = 41.6%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#494263 (or 0x494263) is known color: Meteorite. HEX triplet: 49, 42 and 63. RGB value is (73,66,99). Sum of RGB (Red+Green+Blue) = 73+66+99=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #494263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494263 is #B6BD9C. Grayscale: #474747. Windows color (decimal): -11976093 or 6505033. OLE color: 6505033.

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

Color convert

RGB 73 66 99 -
CMYK 0.26 0.33 0 0.61
HSL 252.73º 0.2% 0.32% -
HSV(B) 252.73º 0.33% 0.39% -
XYZ 6.95 6.21 12.64 -
YUV 71.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 73 66 99 0.26 0.33 0 0.61 252.73 0.2 0.32
Hex 49 42 63 1A 21 0 3D FD 14 20
Octal 111 102 143 32 41 0 75 375 24 40
Binary 1001001 1000010 1100011 11010 100001 0 111101 11111101 10100 100000

Color Harmonies of #494263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494263

Black with #494263

Text Example


Text Example

White with #494263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494263; }

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

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

background-color css

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

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

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

border-color css

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

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

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