Html Css Color HEX #49356E Meteorite

📋 copy color: '#49356E'

red 73 ◦ green 53 ◦ blue 110

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

Shades of Meteorite #49356E

Tints of Meteorite #49356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.61%

R = 30.93%
G = 22.46%
B = 46.61%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49356E (or 0x49356E) is known color: Meteorite. HEX triplet: 49, 35 and 6E. RGB value is (73,53,110). Sum of RGB (Red+Green+Blue) = 73+53+110=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #49356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49356E is #B6CA91. Grayscale: #414141. Windows color (decimal): -11979410 or 7222601. OLE color: 7222601.

HSL color Cylindrical-coordinate representation of color #49356E: hue angle of 261.05º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49356E is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 53 110 -
CMYK 0.34 0.52 0 0.57
HSL 261.05º 0.35% 0.32% -
HSV(B) 261.05º 0.52% 0.43% -
XYZ 6.84 5.09 15.37 -
YUV 65.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 73 53 110 0.34 0.52 0 0.57 261.05 0.35 0.32
Hex 49 35 6E 22 34 0 39 105 23 20
Octal 111 65 156 42 64 0 71 405 43 40
Binary 1001001 110101 1101110 100010 110100 0 111001 100000101 100011 100000

Color Harmonies of #49356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49356E

Black with #49356E

Text Example


Text Example

White with #49356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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