Html Css Color HEX #493563 Meteorite

📋 copy color: '#493563'

red 73 ◦ green 53 ◦ blue 99

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

Shades of Meteorite #493563

Tints of Meteorite #493563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44%

R = 32.44%
G = 23.56%
B = 44%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#493563 (or 0x493563) is known color: Meteorite. HEX triplet: 49, 35 and 63. RGB value is (73,53,99). Sum of RGB (Red+Green+Blue) = 73+53+99=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #493563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493563 is #B6CA9C. Grayscale: #404040. Windows color (decimal): -11979421 or 6501705. OLE color: 6501705.

HSL color Cylindrical-coordinate representation of color #493563: hue angle of 266.09º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #493563 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 53 99 -
CMYK 0.26 0.46 0 0.61
HSL 266.09º 0.3% 0.3% -
HSV(B) 266.09º 0.46% 0.39% -
XYZ 6.27 4.86 12.41 -
YUV 64.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 73 53 99 0.26 0.46 0 0.61 266.09 0.3 0.3
Hex 49 35 63 1A 2E 0 3D 10A 1E 1E
Octal 111 65 143 32 56 0 75 412 36 36
Binary 1001001 110101 1100011 11010 101110 0 111101 100001010 11110 11110

Color Harmonies of #493563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493563

Black with #493563

Text Example


Text Example

White with #493563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493563; }

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

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

background-color css

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

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

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

border-color css

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

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

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