Html Css Color HEX #493363 Meteorite

📋 copy color: '#493363'

red 73 ◦ green 51 ◦ blue 99

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

Shades of Meteorite #493363

Tints of Meteorite #493363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

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

R = 32.74%
G = 22.87%
B = 44.39%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#493363 (or 0x493363) is known color: Meteorite. HEX triplet: 49, 33 and 63. RGB value is (73,51,99). Sum of RGB (Red+Green+Blue) = 73+51+99=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #493363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493363 is #B6CC9C. Grayscale: #3E3E3E. Windows color (decimal): -11979933 or 6501193. OLE color: 6501193.

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

Color convert

RGB 73 51 99 -
CMYK 0.26 0.48 0 0.61
HSL 267.5º 0.32% 0.29% -
HSV(B) 267.5º 0.48% 0.39% -
XYZ 6.18 4.68 12.38 -
YUV 63.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 73 51 99 0.26 0.48 0 0.61 267.5 0.32 0.29
Hex 49 33 63 1A 30 0 3D 10C 20 1D
Octal 111 63 143 32 60 0 75 414 40 35
Binary 1001001 110011 1100011 11010 110000 0 111101 100001100 100000 11101

Color Harmonies of #493363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493363

Black with #493363

Text Example


Text Example

White with #493363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493363; }

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

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

background-color css

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

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

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

border-color css

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

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

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