Html Css Color HEX #494072 Meteorite

📋 copy color: '#494072'

red 73 ◦ green 64 ◦ blue 114

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

Shades of Meteorite #494072

Tints of Meteorite #494072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.42%

R = 29.08%
G = 25.5%
B = 45.42%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#494072 (or 0x494072) is known color: Meteorite. HEX triplet: 49, 40 and 72. RGB value is (73,64,114). Sum of RGB (Red+Green+Blue) = 73+64+114=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #494072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494072 is #B6BF8D. Grayscale: #484848. Windows color (decimal): -11976590 or 7487561. OLE color: 7487561.

HSL color Cylindrical-coordinate representation of color #494072: hue angle of 250.8º 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 #494072 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 64 114 -
CMYK 0.36 0.44 0 0.55
HSL 250.8º 0.28% 0.35% -
HSV(B) 250.8º 0.44% 0.45% -
XYZ 7.62 6.3 16.73 -
YUV 72.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 73 64 114 0.36 0.44 0 0.55 250.8 0.28 0.35
Hex 49 40 72 24 2C 0 37 FB 1C 23
Octal 111 100 162 44 54 0 67 373 34 43
Binary 1001001 1000000 1110010 100100 101100 0 110111 11111011 11100 100011

Color Harmonies of #494072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494072

Black with #494072

Text Example


Text Example

White with #494072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494072; }

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

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

background-color css

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

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

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

border-color css

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

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

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