Html Css Color HEX #49365E Meteorite

📋 copy color: '#49365E'

red 73 ◦ green 54 ◦ blue 94

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

Shades of Meteorite #49365E

Tints of Meteorite #49365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.53%

R = 33.03%
G = 24.43%
B = 42.53%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49365E (or 0x49365E) is known color: Meteorite. HEX triplet: 49, 36 and 5E. RGB value is (73,54,94). Sum of RGB (Red+Green+Blue) = 73+54+94=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #49365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49365E is #B6C9A1. Grayscale: #404040. Windows color (decimal): -11979170 or 6174281. OLE color: 6174281.

HSL color Cylindrical-coordinate representation of color #49365E: hue angle of 268.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49365E is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 54 94 -
CMYK 0.22 0.43 0 0.63
HSL 268.5º 0.27% 0.29% -
HSV(B) 268.5º 0.43% 0.37% -
XYZ 6.09 4.86 11.21 -
YUV 64.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 73 54 94 0.22 0.43 0 0.63 268.5 0.27 0.29
Hex 49 36 5E 16 2B 0 3F 10C 1B 1D
Octal 111 66 136 26 53 0 77 414 33 35
Binary 1001001 110110 1011110 10110 101011 0 111111 100001100 11011 11101

Color Harmonies of #49365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49365E

Black with #49365E

Text Example


Text Example

White with #49365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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