Html Css Color HEX #494262 Meteorite

📋 copy color: '#494262'

red 73 ◦ green 66 ◦ blue 98

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

Shades of Meteorite #494262

Tints of Meteorite #494262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.35%

R = 30.8%
G = 27.85%
B = 41.35%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494262 (or 0x494262) is known color: Meteorite. HEX triplet: 49, 42 and 62. RGB value is (73,66,98). Sum of RGB (Red+Green+Blue) = 73+66+98=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #494262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494262 is #B6BD9D. Grayscale: #474747. Windows color (decimal): -11976094 or 6439497. OLE color: 6439497.

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

Color convert

RGB 73 66 98 -
CMYK 0.26 0.33 0 0.62
HSL 253.13º 0.2% 0.32% -
HSV(B) 253.13º 0.33% 0.38% -
XYZ 6.9 6.19 12.39 -
YUV 71.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 73 66 98 0.26 0.33 0 0.62 253.13 0.2 0.32
Hex 49 42 62 1A 21 0 3E FD 14 20
Octal 111 102 142 32 41 0 76 375 24 40
Binary 1001001 1000010 1100010 11010 100001 0 111110 11111101 10100 100000

Color Harmonies of #494262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494262

Black with #494262

Text Example


Text Example

White with #494262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494262; }

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

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

background-color css

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

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

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

border-color css

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

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

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