Html Css Color HEX #49396D Meteorite

📋 copy color: '#49396D'

red 73 ◦ green 57 ◦ blue 109

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

Shades of Meteorite #49396D

Tints of Meteorite #49396D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.61%

R = 30.54%
G = 23.85%
B = 45.61%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49396D (or 0x49396D) is known color: Meteorite. HEX triplet: 49, 39 and 6D. RGB value is (73,57,109). Sum of RGB (Red+Green+Blue) = 73+57+109=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #49396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49396D is #B6C692. Grayscale: #434343. Windows color (decimal): -11978387 or 7158089. OLE color: 7158089.

HSL color Cylindrical-coordinate representation of color #49396D: hue angle of 258.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49396D is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 57 109 -
CMYK 0.33 0.48 0 0.57
HSL 258.46º 0.31% 0.33% -
HSV(B) 258.46º 0.48% 0.43% -
XYZ 6.97 5.45 15.15 -
YUV 67.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 73 57 109 0.33 0.48 0 0.57 258.46 0.31 0.33
Hex 49 39 6D 21 30 0 39 102 1F 21
Octal 111 71 155 41 60 0 71 402 37 41
Binary 1001001 111001 1101101 100001 110000 0 111001 100000010 11111 100001

Color Harmonies of #49396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49396D

Black with #49396D

Text Example


Text Example

White with #49396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49396D; }

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

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

background-color css

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

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

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

border-color css

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

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

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