Html Css Color HEX #493572 Meteorite

📋 copy color: '#493572'

red 73 ◦ green 53 ◦ blue 114

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

Shades of Meteorite #493572

Tints of Meteorite #493572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

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

R = 30.42%
G = 22.08%
B = 47.5%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493572 (or 0x493572) is known color: Meteorite. HEX triplet: 49, 35 and 72. RGB value is (73,53,114). Sum of RGB (Red+Green+Blue) = 73+53+114=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #493572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493572 is #B6CA8D. Grayscale: #414141. Windows color (decimal): -11979406 or 7484745. OLE color: 7484745.

HSL color Cylindrical-coordinate representation of color #493572: hue angle of 259.67º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #493572 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 53 114 -
CMYK 0.36 0.54 0 0.55
HSL 259.67º 0.37% 0.33% -
HSV(B) 259.67º 0.54% 0.45% -
XYZ 7.06 5.18 16.55 -
YUV 65.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 73 53 114 0.36 0.54 0 0.55 259.67 0.37 0.33
Hex 49 35 72 24 36 0 37 104 25 21
Octal 111 65 162 44 66 0 67 404 45 41
Binary 1001001 110101 1110010 100100 110110 0 110111 100000100 100101 100001

Color Harmonies of #493572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493572

Black with #493572

Text Example


Text Example

White with #493572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493572; }

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

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

background-color css

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

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

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

border-color css

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

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

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