Html Css Color HEX #493663 Meteorite

📋 copy color: '#493663'

red 73 ◦ green 54 ◦ blue 99

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

Shades of Meteorite #493663

Tints of Meteorite #493663

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.89%

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

R = 32.3%
G = 23.89%
B = 43.81%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#493663 (or 0x493663) is known color: Meteorite. HEX triplet: 49, 36 and 63. RGB value is (73,54,99). Sum of RGB (Red+Green+Blue) = 73+54+99=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #493663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493663 is #B6C99C. Grayscale: #404040. Windows color (decimal): -11979165 or 6501961. OLE color: 6501961.

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

Color convert

RGB 73 54 99 -
CMYK 0.26 0.45 0 0.61
HSL 265.33º 0.29% 0.3% -
HSV(B) 265.33º 0.45% 0.39% -
XYZ 6.32 4.96 12.43 -
YUV 64.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 73 54 99 0.26 0.45 0 0.61 265.33 0.29 0.3
Hex 49 36 63 1A 2D 0 3D 109 1D 1E
Octal 111 66 143 32 55 0 75 411 35 36
Binary 1001001 110110 1100011 11010 101101 0 111101 100001001 11101 11110

Color Harmonies of #493663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493663

Black with #493663

Text Example


Text Example

White with #493663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493663; }

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

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

background-color css

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

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

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

border-color css

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

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

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