Html Css Color HEX #493870 Meteorite

📋 copy color: '#493870'

red 73 ◦ green 56 ◦ blue 112

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

Shades of Meteorite #493870

Tints of Meteorite #493870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

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

R = 30.29%
G = 23.24%
B = 46.47%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#493870 (or 0x493870) is known color: Meteorite. HEX triplet: 49, 38 and 70. RGB value is (73,56,112). Sum of RGB (Red+Green+Blue) = 73+56+112=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #493870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493870 is #B6C78F. Grayscale: #434343. Windows color (decimal): -11978640 or 7354441. OLE color: 7354441.

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

Color convert

RGB 73 56 112 -
CMYK 0.35 0.50 0 0.56
HSL 258.21º 0.33% 0.33% -
HSV(B) 258.21º 0.5% 0.44% -
XYZ 7.09 5.41 16 -
YUV 67.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 73 56 112 0.35 0.50 0 0.56 258.21 0.33 0.33
Hex 49 38 70 23 32 0 38 102 21 21
Octal 111 70 160 43 62 0 70 402 41 41
Binary 1001001 111000 1110000 100011 110010 0 111000 100000010 100001 100001

Color Harmonies of #493870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493870

Black with #493870

Text Example


Text Example

White with #493870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493870; }

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

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

background-color css

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

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

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

border-color css

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

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

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