Html Css Color HEX #49395B Meteorite

📋 copy color: '#49395B'

red 73 ◦ green 57 ◦ blue 91

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

Shades of Meteorite #49395B

Tints of Meteorite #49395B

RGB

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

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

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

R = 33.03%
G = 25.79%
B = 41.18%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49395B (or 0x49395B) is known color: Meteorite. HEX triplet: 49, 39 and 5B. RGB value is (73,57,91). Sum of RGB (Red+Green+Blue) = 73+57+91=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #49395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49395B is #B6C6A4. Grayscale: #414141. Windows color (decimal): -11978405 or 5978441. OLE color: 5978441.

HSL color Cylindrical-coordinate representation of color #49395B: hue angle of 268.24º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49395B is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 57 91 -
CMYK 0.20 0.37 0 0.64
HSL 268.24º 0.23% 0.29% -
HSV(B) 268.24º 0.37% 0.36% -
XYZ 6.1 5.1 10.56 -
YUV 65.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 73 57 91 0.20 0.37 0 0.64 268.24 0.23 0.29
Hex 49 39 5B 14 25 0 40 10C 17 1D
Octal 111 71 133 24 45 0 100 414 27 35
Binary 1001001 111001 1011011 10100 100101 0 1000000 100001100 10111 11101

Color Harmonies of #49395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49395B

Black with #49395B

Text Example


Text Example

White with #49395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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