Html Css Color HEX #49395E Meteorite

📋 copy color: '#49395E'

red 73 ◦ green 57 ◦ blue 94

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

Shades of Meteorite #49395E

Tints of Meteorite #49395E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 32.59%
G = 25.45%
B = 41.96%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49395E (or 0x49395E) is known color: Meteorite. HEX triplet: 49, 39 and 5E. RGB value is (73,57,94). Sum of RGB (Red+Green+Blue) = 73+57+94=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #49395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49395E is #B6C6A1. Grayscale: #414141. Windows color (decimal): -11978402 or 6175049. OLE color: 6175049.

HSL color Cylindrical-coordinate representation of color #49395E: hue angle of 265.95º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49395E is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 57 94 -
CMYK 0.22 0.39 0 0.63
HSL 265.95º 0.25% 0.3% -
HSV(B) 265.95º 0.39% 0.37% -
XYZ 6.23 5.15 11.26 -
YUV 66 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 73 57 94 0.22 0.39 0 0.63 265.95 0.25 0.3
Hex 49 39 5E 16 27 0 3F 10A 19 1E
Octal 111 71 136 26 47 0 77 412 31 36
Binary 1001001 111001 1011110 10110 100111 0 111111 100001010 11001 11110

Color Harmonies of #49395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49395E

Black with #49395E

Text Example


Text Example

White with #49395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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