Html Css Color HEX #494170 Meteorite

📋 copy color: '#494170'

red 73 ◦ green 65 ◦ blue 112

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

Shades of Meteorite #494170

Tints of Meteorite #494170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

 BLUE value IS 112 (44.14% from 255) = 44.8%

R = 29.2%
G = 26%
B = 44.8%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#494170 (or 0x494170) is known color: Meteorite. HEX triplet: 49, 41 and 70. RGB value is (73,65,112). Sum of RGB (Red+Green+Blue) = 73+65+112=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #494170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494170 is #B6BE8F. Grayscale: #484848. Windows color (decimal): -11976336 or 7356745. OLE color: 7356745.

HSL color Cylindrical-coordinate representation of color #494170: hue angle of 250.21º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #494170 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 65 112 -
CMYK 0.35 0.42 0 0.56
HSL 250.21º 0.27% 0.35% -
HSV(B) 250.21º 0.42% 0.44% -
XYZ 7.56 6.37 16.16 -
YUV 72.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 73 65 112 0.35 0.42 0 0.56 250.21 0.27 0.35
Hex 49 41 70 23 2A 0 38 FA 1B 23
Octal 111 101 160 43 52 0 70 372 33 43
Binary 1001001 1000001 1110000 100011 101010 0 111000 11111010 11011 100011

Color Harmonies of #494170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494170

Black with #494170

Text Example


Text Example

White with #494170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494170; }

 p { color: rgb(73,65,112); }

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

background-color css

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

 a { background-color: rgb(73,65,112); }

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

border-color css

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

 span { border-color: rgb(73,65,112); }

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