Html Css Color HEX #49385B Meteorite

📋 copy color: '#49385B'

red 73 ◦ green 56 ◦ blue 91

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

Shades of Meteorite #49385B

Tints of Meteorite #49385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

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

R = 33.18%
G = 25.45%
B = 41.36%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49385B (or 0x49385B) is known color: Meteorite. HEX triplet: 49, 38 and 5B. RGB value is (73,56,91). Sum of RGB (Red+Green+Blue) = 73+56+91=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #49385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49385B is #B6C7A4. Grayscale: #404040. Windows color (decimal): -11978661 or 5978185. OLE color: 5978185.

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

Color convert

RGB 73 56 91 -
CMYK 0.20 0.38 0 0.64
HSL 269.14º 0.24% 0.29% -
HSV(B) 269.14º 0.38% 0.36% -
XYZ 6.05 5 10.54 -
YUV 65.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 73 56 91 0.20 0.38 0 0.64 269.14 0.24 0.29
Hex 49 38 5B 14 26 0 40 10D 18 1D
Octal 111 70 133 24 46 0 100 415 30 35
Binary 1001001 111000 1011011 10100 100110 0 1000000 100001101 11000 11101

Color Harmonies of #49385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49385B

Black with #49385B

Text Example


Text Example

White with #49385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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