Html Css Color HEX #49385E Meteorite

📋 copy color: '#49385E'

red 73 ◦ green 56 ◦ blue 94

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

Shades of Meteorite #49385E

Tints of Meteorite #49385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

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

R = 32.74%
G = 25.11%
B = 42.15%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49385E (or 0x49385E) is known color: Meteorite. HEX triplet: 49, 38 and 5E. RGB value is (73,56,94). Sum of RGB (Red+Green+Blue) = 73+56+94=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #49385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49385E is #B6C7A1. Grayscale: #414141. Windows color (decimal): -11978658 or 6174793. OLE color: 6174793.

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

Color convert

RGB 73 56 94 -
CMYK 0.22 0.40 0 0.63
HSL 266.84º 0.25% 0.29% -
HSV(B) 266.84º 0.4% 0.37% -
XYZ 6.18 5.05 11.24 -
YUV 65.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 73 56 94 0.22 0.40 0 0.63 266.84 0.25 0.29
Hex 49 38 5E 16 28 0 3F 10B 19 1D
Octal 111 70 136 26 50 0 77 413 31 35
Binary 1001001 111000 1011110 10110 101000 0 111111 100001011 11001 11101

Color Harmonies of #49385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49385E

Black with #49385E

Text Example


Text Example

White with #49385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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