Html Css Color HEX #493F5B Meteorite

📋 copy color: '#493F5B'

red 73 ◦ green 63 ◦ blue 91

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

Shades of Meteorite #493F5B

Tints of Meteorite #493F5B

RGB

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

 GREEN value IS 63 (25% from 255) = 27.75%

 BLUE value IS 91 (35.94% from 255) = 40.09%

R = 32.16%
G = 27.75%
B = 40.09%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#493F5B (or 0x493F5B) is known color: Meteorite. HEX triplet: 49, 3F and 5B. RGB value is (73,63,91). Sum of RGB (Red+Green+Blue) = 73+63+91=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #493F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F5B is #B6C0A4. Grayscale: #454545. Windows color (decimal): -11976869 or 5979977. OLE color: 5979977.

HSL color Cylindrical-coordinate representation of color #493F5B: hue angle of 261.43º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #493F5B is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 63 91 -
CMYK 0.20 0.31 0 0.64
HSL 261.43º 0.18% 0.3% -
HSV(B) 261.43º 0.31% 0.36% -
XYZ 6.41 5.73 10.66 -
YUV 69.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 73 63 91 0.20 0.31 0 0.64 261.43 0.18 0.3
Hex 49 3F 5B 14 1F 0 40 105 12 1E
Octal 111 77 133 24 37 0 100 405 22 36
Binary 1001001 111111 1011011 10100 11111 0 1000000 100000101 10010 11110

Color Harmonies of #493F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F5B

Black with #493F5B

Text Example


Text Example

White with #493F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493F5B; }

 p { color: rgb(73,63,91); }

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

background-color css

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

 a { background-color: rgb(73,63,91); }

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

border-color css

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

 span { border-color: rgb(73,63,91); }

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