Html Css Color HEX #494269 Meteorite

📋 copy color: '#494269'

red 73 ◦ green 66 ◦ blue 105

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

Shades of Meteorite #494269

Tints of Meteorite #494269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.03%

R = 29.92%
G = 27.05%
B = 43.03%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#494269 (or 0x494269) is known color: Meteorite. HEX triplet: 49, 42 and 69. RGB value is (73,66,105). Sum of RGB (Red+Green+Blue) = 73+66+105=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #494269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494269 is #B6BD96. Grayscale: #484848. Windows color (decimal): -11976087 or 6898249. OLE color: 6898249.

HSL color Cylindrical-coordinate representation of color #494269: hue angle of 250.77º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #494269 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 66 105 -
CMYK 0.30 0.37 0 0.59
HSL 250.77º 0.23% 0.34% -
HSV(B) 250.77º 0.37% 0.41% -
XYZ 7.25 6.33 14.21 -
YUV 72.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 73 66 105 0.30 0.37 0 0.59 250.77 0.23 0.34
Hex 49 42 69 1E 25 0 3B FB 17 22
Octal 111 102 151 36 45 0 73 373 27 42
Binary 1001001 1000010 1101001 11110 100101 0 111011 11111011 10111 100010

Color Harmonies of #494269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494269

Black with #494269

Text Example


Text Example

White with #494269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494269; }

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

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

background-color css

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

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

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

border-color css

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

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

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