Html Css Color HEX #493569 Meteorite

📋 copy color: '#493569'

red 73 ◦ green 53 ◦ blue 105

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

Shades of Meteorite #493569

Tints of Meteorite #493569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.45%

R = 31.6%
G = 22.94%
B = 45.45%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#493569 (or 0x493569) is known color: Meteorite. HEX triplet: 49, 35 and 69. RGB value is (73,53,105). Sum of RGB (Red+Green+Blue) = 73+53+105=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #493569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493569 is #B6CA96. Grayscale: #404040. Windows color (decimal): -11979415 or 6894921. OLE color: 6894921.

HSL color Cylindrical-coordinate representation of color #493569: hue angle of 263.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493569 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 53 105 -
CMYK 0.30 0.50 0 0.59
HSL 263.08º 0.33% 0.31% -
HSV(B) 263.08º 0.5% 0.41% -
XYZ 6.57 4.98 13.98 -
YUV 64.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 73 53 105 0.30 0.50 0 0.59 263.08 0.33 0.31
Hex 49 35 69 1E 32 0 3B 107 21 1F
Octal 111 65 151 36 62 0 73 407 41 37
Binary 1001001 110101 1101001 11110 110010 0 111011 100000111 100001 11111

Color Harmonies of #493569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493569

Black with #493569

Text Example


Text Example

White with #493569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493569; }

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

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

background-color css

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

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

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

border-color css

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

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

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