Html Css Color HEX #494073 Meteorite

📋 copy color: '#494073'

red 73 ◦ green 64 ◦ blue 115

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

Shades of Meteorite #494073

Tints of Meteorite #494073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

 BLUE value IS 115 (45.31% from 255) = 45.63%

R = 28.97%
G = 25.4%
B = 45.63%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494073 (or 0x494073) is known color: Meteorite. HEX triplet: 49, 40 and 73. RGB value is (73,64,115). Sum of RGB (Red+Green+Blue) = 73+64+115=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #494073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494073 is #B6BF8C. Grayscale: #484848. Windows color (decimal): -11976589 or 7553097. OLE color: 7553097.

HSL color Cylindrical-coordinate representation of color #494073: hue angle of 250.59º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #494073 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 64 115 -
CMYK 0.37 0.44 0 0.55
HSL 250.59º 0.28% 0.35% -
HSV(B) 250.59º 0.44% 0.45% -
XYZ 7.68 6.32 17.04 -
YUV 72.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 73 64 115 0.37 0.44 0 0.55 250.59 0.28 0.35
Hex 49 40 73 25 2C 0 37 FB 1C 23
Octal 111 100 163 45 54 0 67 373 34 43
Binary 1001001 1000000 1110011 100101 101100 0 110111 11111011 11100 100011

Color Harmonies of #494073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494073

Black with #494073

Text Example


Text Example

White with #494073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494073; }

 p { color: rgb(73,64,115); }

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

background-color css

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

 a { background-color: rgb(73,64,115); }

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

border-color css

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

 span { border-color: rgb(73,64,115); }

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