Html Css Color HEX #493560 Meteorite

📋 copy color: '#493560'

red 73 ◦ green 53 ◦ blue 96

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

Shades of Meteorite #493560

Tints of Meteorite #493560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.24%

R = 32.88%
G = 23.87%
B = 43.24%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493560 (or 0x493560) is known color: Meteorite. HEX triplet: 49, 35 and 60. RGB value is (73,53,96). Sum of RGB (Red+Green+Blue) = 73+53+96=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #493560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493560 is #B6CA9F. Grayscale: #3F3F3F. Windows color (decimal): -11979424 or 6305097. OLE color: 6305097.

HSL color Cylindrical-coordinate representation of color #493560: hue angle of 267.91º 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 #493560 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 53 96 -
CMYK 0.24 0.45 0 0.62
HSL 267.91º 0.29% 0.29% -
HSV(B) 267.91º 0.45% 0.38% -
XYZ 6.13 4.81 11.67 -
YUV 63.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 73 53 96 0.24 0.45 0 0.62 267.91 0.29 0.29
Hex 49 35 60 18 2D 0 3E 10C 1D 1D
Octal 111 65 140 30 55 0 76 414 35 35
Binary 1001001 110101 1100000 11000 101101 0 111110 100001100 11101 11101

Color Harmonies of #493560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493560

Black with #493560

Text Example


Text Example

White with #493560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493560; }

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

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

background-color css

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

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

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

border-color css

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

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

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