Html Css Color HEX #49355F Meteorite

📋 copy color: '#49355F'

red 73 ◦ green 53 ◦ blue 95

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

Shades of Meteorite #49355F

Tints of Meteorite #49355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 33.03%
G = 23.98%
B = 42.99%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49355F (or 0x49355F) is known color: Meteorite. HEX triplet: 49, 35 and 5F. RGB value is (73,53,95). Sum of RGB (Red+Green+Blue) = 73+53+95=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #49355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49355F is #B6CAA0. Grayscale: #3F3F3F. Windows color (decimal): -11979425 or 6239561. OLE color: 6239561.

HSL color Cylindrical-coordinate representation of color #49355F: hue angle of 268.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49355F is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 53 95 -
CMYK 0.23 0.44 0 0.63
HSL 268.57º 0.28% 0.29% -
HSV(B) 268.57º 0.44% 0.37% -
XYZ 6.09 4.79 11.43 -
YUV 63.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 73 53 95 0.23 0.44 0 0.63 268.57 0.28 0.29
Hex 49 35 5F 17 2C 0 3F 10D 1C 1D
Octal 111 65 137 27 54 0 77 415 34 35
Binary 1001001 110101 1011111 10111 101100 0 111111 100001101 11100 11101

Color Harmonies of #49355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49355F

Black with #49355F

Text Example


Text Example

White with #49355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,53,95); }

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

background-color css

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

 a { background-color: rgb(73,53,95); }

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

border-color css

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

 span { border-color: rgb(73,53,95); }

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