Html Css Color HEX #493470 Meteorite

📋 copy color: '#493470'

red 73 ◦ green 52 ◦ blue 112

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

Shades of Meteorite #493470

Tints of Meteorite #493470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 30.8%
G = 21.94%
B = 47.26%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#493470 (or 0x493470) is known color: Meteorite. HEX triplet: 49, 34 and 70. RGB value is (73,52,112). Sum of RGB (Red+Green+Blue) = 73+52+112=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #493470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493470 is #B6CB8F. Grayscale: #404040. Windows color (decimal): -11979664 or 7353417. OLE color: 7353417.

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

Color convert

RGB 73 52 112 -
CMYK 0.35 0.54 0 0.56
HSL 261º 0.37% 0.32% -
HSV(B) 261º 0.54% 0.44% -
XYZ 6.9 5.04 15.94 -
YUV 65.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 73 52 112 0.35 0.54 0 0.56 261 0.37 0.32
Hex 49 34 70 23 36 0 38 105 25 20
Octal 111 64 160 43 66 0 70 405 45 40
Binary 1001001 110100 1110000 100011 110110 0 111000 100000101 100101 100000

Color Harmonies of #493470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493470

Black with #493470

Text Example


Text Example

White with #493470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493470; }

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

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

background-color css

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

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

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

border-color css

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

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

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