Html Css Color HEX #493561 Meteorite

📋 copy color: '#493561'

red 73 ◦ green 53 ◦ blue 97

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

Shades of Meteorite #493561

Tints of Meteorite #493561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 43.5%

R = 32.74%
G = 23.77%
B = 43.5%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493561 (or 0x493561) is known color: Meteorite. HEX triplet: 49, 35 and 61. RGB value is (73,53,97). Sum of RGB (Red+Green+Blue) = 73+53+97=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #493561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493561 is #B6CA9E. Grayscale: #3F3F3F. Windows color (decimal): -11979423 or 6370633. OLE color: 6370633.

HSL color Cylindrical-coordinate representation of color #493561: hue angle of 267.27º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493561 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 53 97 -
CMYK 0.25 0.45 0 0.62
HSL 267.27º 0.29% 0.29% -
HSV(B) 267.27º 0.45% 0.38% -
XYZ 6.18 4.83 11.92 -
YUV 64 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 73 53 97 0.25 0.45 0 0.62 267.27 0.29 0.29
Hex 49 35 61 19 2D 0 3E 10B 1D 1D
Octal 111 65 141 31 55 0 76 413 35 35
Binary 1001001 110101 1100001 11001 101101 0 111110 100001011 11101 11101

Color Harmonies of #493561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493561

Black with #493561

Text Example


Text Example

White with #493561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493561; }

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

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

background-color css

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

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

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

border-color css

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

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

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