Html Css Color HEX #49366E Meteorite

📋 copy color: '#49366E'

red 73 ◦ green 54 ◦ blue 110

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

Shades of Meteorite #49366E

Tints of Meteorite #49366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.78%

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

R = 30.8%
G = 22.78%
B = 46.41%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49366E (or 0x49366E) is known color: Meteorite. HEX triplet: 49, 36 and 6E. RGB value is (73,54,110). Sum of RGB (Red+Green+Blue) = 73+54+110=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #49366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49366E is #B6C991. Grayscale: #414141. Windows color (decimal): -11979154 or 7222857. OLE color: 7222857.

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

Color convert

RGB 73 54 110 -
CMYK 0.34 0.51 0 0.57
HSL 260.36º 0.34% 0.32% -
HSV(B) 260.36º 0.51% 0.43% -
XYZ 6.88 5.18 15.39 -
YUV 66.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 73 54 110 0.34 0.51 0 0.57 260.36 0.34 0.32
Hex 49 36 6E 22 33 0 39 104 22 20
Octal 111 66 156 42 63 0 71 404 42 40
Binary 1001001 110110 1101110 100010 110011 0 111001 100000100 100010 100000

Color Harmonies of #49366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49366E

Black with #49366E

Text Example


Text Example

White with #49366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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