Html Css Color HEX #494070 Meteorite

📋 copy color: '#494070'

red 73 ◦ green 64 ◦ blue 112

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

Shades of Meteorite #494070

Tints of Meteorite #494070

RGB

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

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

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

R = 29.32%
G = 25.7%
B = 44.98%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#494070 (or 0x494070) is known color: Meteorite. HEX triplet: 49, 40 and 70. RGB value is (73,64,112). Sum of RGB (Red+Green+Blue) = 73+64+112=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #494070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494070 is #B6BF8F. Grayscale: #474747. Windows color (decimal): -11976592 or 7356489. OLE color: 7356489.

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

Color convert

RGB 73 64 112 -
CMYK 0.35 0.43 0 0.56
HSL 251.25º 0.27% 0.35% -
HSV(B) 251.25º 0.43% 0.44% -
XYZ 7.51 6.25 16.14 -
YUV 72.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 73 64 112 0.35 0.43 0 0.56 251.25 0.27 0.35
Hex 49 40 70 23 2B 0 38 FB 1B 23
Octal 111 100 160 43 53 0 70 373 33 43
Binary 1001001 1000000 1110000 100011 101011 0 111000 11111011 11011 100011

Color Harmonies of #494070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494070

Black with #494070

Text Example


Text Example

White with #494070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494070; }

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

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

background-color css

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

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

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

border-color css

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

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

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