Html Css Color HEX #493763 Meteorite

📋 copy color: '#493763'

red 73 ◦ green 55 ◦ blue 99

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

Shades of Meteorite #493763

Tints of Meteorite #493763

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.23%

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

R = 32.16%
G = 24.23%
B = 43.61%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#493763 (or 0x493763) is known color: Meteorite. HEX triplet: 49, 37 and 63. RGB value is (73,55,99). Sum of RGB (Red+Green+Blue) = 73+55+99=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #493763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493763 is #B6C89C. Grayscale: #414141. Windows color (decimal): -11978909 or 6502217. OLE color: 6502217.

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

Color convert

RGB 73 55 99 -
CMYK 0.26 0.44 0 0.61
HSL 264.55º 0.29% 0.3% -
HSV(B) 264.55º 0.44% 0.39% -
XYZ 6.37 5.05 12.44 -
YUV 65.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 73 55 99 0.26 0.44 0 0.61 264.55 0.29 0.3
Hex 49 37 63 1A 2C 0 3D 109 1D 1E
Octal 111 67 143 32 54 0 75 411 35 36
Binary 1001001 110111 1100011 11010 101100 0 111101 100001001 11101 11110

Color Harmonies of #493763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493763

Black with #493763

Text Example


Text Example

White with #493763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493763; }

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

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

background-color css

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

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

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

border-color css

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

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

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