Html Css Color HEX #493966 Meteorite

📋 copy color: '#493966'

red 73 ◦ green 57 ◦ blue 102

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

Shades of Meteorite #493966

Tints of Meteorite #493966

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

 BLUE value IS 102 (40.23% from 255) = 43.97%

R = 31.47%
G = 24.57%
B = 43.97%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#493966 (or 0x493966) is known color: Meteorite. HEX triplet: 49, 39 and 66. RGB value is (73,57,102). Sum of RGB (Red+Green+Blue) = 73+57+102=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #493966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493966 is #B6C699. Grayscale: #424242. Windows color (decimal): -11978394 or 6699337. OLE color: 6699337.

HSL color Cylindrical-coordinate representation of color #493966: hue angle of 261.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493966 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 57 102 -
CMYK 0.28 0.44 0 0.6
HSL 261.33º 0.28% 0.31% -
HSV(B) 261.33º 0.44% 0.4% -
XYZ 6.61 5.3 13.25 -
YUV 66.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 73 57 102 0.28 0.44 0 0.6 261.33 0.28 0.31
Hex 49 39 66 1C 2C 0 3C 105 1C 1F
Octal 111 71 146 34 54 0 74 405 34 37
Binary 1001001 111001 1100110 11100 101100 0 111100 100000101 11100 11111

Color Harmonies of #493966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493966

Black with #493966

Text Example


Text Example

White with #493966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493966; }

 p { color: rgb(73,57,102); }

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

background-color css

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

 a { background-color: rgb(73,57,102); }

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

border-color css

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

 span { border-color: rgb(73,57,102); }

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