Html Css Color HEX #49396F Meteorite

📋 copy color: '#49396F'

red 73 ◦ green 57 ◦ blue 111

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

Shades of Meteorite #49396F

Tints of Meteorite #49396F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.06%

R = 30.29%
G = 23.65%
B = 46.06%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49396F (or 0x49396F) is known color: Meteorite. HEX triplet: 49, 39 and 6F. RGB value is (73,57,111). Sum of RGB (Red+Green+Blue) = 73+57+111=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #49396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49396F is #B6C690. Grayscale: #434343. Windows color (decimal): -11978385 or 7289161. OLE color: 7289161.

HSL color Cylindrical-coordinate representation of color #49396F: hue angle of 257.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49396F is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 57 111 -
CMYK 0.34 0.49 0 0.56
HSL 257.78º 0.32% 0.33% -
HSV(B) 257.78º 0.49% 0.44% -
XYZ 7.08 5.49 15.73 -
YUV 67.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 73 57 111 0.34 0.49 0 0.56 257.78 0.32 0.33
Hex 49 39 6F 22 31 0 38 102 20 21
Octal 111 71 157 42 61 0 70 402 40 41
Binary 1001001 111001 1101111 100010 110001 0 111000 100000010 100000 100001

Color Harmonies of #49396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49396F

Black with #49396F

Text Example


Text Example

White with #49396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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