Html Css Color HEX #493871 Meteorite

📋 copy color: '#493871'

red 73 ◦ green 56 ◦ blue 113

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

Shades of Meteorite #493871

Tints of Meteorite #493871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 30.17%
G = 23.14%
B = 46.69%

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

#493871 (or 0x493871) is known color: Meteorite. HEX triplet: 49, 38 and 71. RGB value is (73,56,113). Sum of RGB (Red+Green+Blue) = 73+56+113=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #493871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493871 is #B6C78E. Grayscale: #434343. Windows color (decimal): -11978639 or 7419977. OLE color: 7419977.

HSL color Cylindrical-coordinate representation of color #493871: hue angle of 257.89º degrees, saturation: 0.34, 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 #493871 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 56 113 -
CMYK 0.35 0.50 0 0.56
HSL 257.89º 0.34% 0.33% -
HSV(B) 257.89º 0.5% 0.44% -
XYZ 7.14 5.44 16.3 -
YUV 67.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 73 56 113 0.35 0.50 0 0.56 257.89 0.34 0.33
Hex 49 38 71 23 32 0 38 102 22 21
Octal 111 70 161 43 62 0 70 402 42 41
Binary 1001001 111000 1110001 100011 110010 0 111000 100000010 100010 100001

Color Harmonies of #493871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493871

Black with #493871

Text Example


Text Example

White with #493871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493871; }

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

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

background-color css

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

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

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

border-color css

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

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

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