Html Css Color HEX #49416D Meteorite

📋 copy color: '#49416D'

red 73 ◦ green 65 ◦ blue 109

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

Shades of Meteorite #49416D

Tints of Meteorite #49416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

 BLUE value IS 109 (42.97% from 255) = 44.13%

R = 29.55%
G = 26.32%
B = 44.13%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49416D (or 0x49416D) is known color: Meteorite. HEX triplet: 49, 41 and 6D. RGB value is (73,65,109). Sum of RGB (Red+Green+Blue) = 73+65+109=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #49416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49416D is #B6BE92. Grayscale: #484848. Windows color (decimal): -11976339 or 7160137. OLE color: 7160137.

HSL color Cylindrical-coordinate representation of color #49416D: hue angle of 250.91º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49416D is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 65 109 -
CMYK 0.33 0.40 0 0.57
HSL 250.91º 0.25% 0.34% -
HSV(B) 250.91º 0.4% 0.43% -
XYZ 7.4 6.3 15.29 -
YUV 72.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 73 65 109 0.33 0.40 0 0.57 250.91 0.25 0.34
Hex 49 41 6D 21 28 0 39 FB 19 22
Octal 111 101 155 41 50 0 71 373 31 42
Binary 1001001 1000001 1101101 100001 101000 0 111001 11111011 11001 100010

Color Harmonies of #49416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49416D

Black with #49416D

Text Example


Text Example

White with #49416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49416D; }

 p { color: rgb(73,65,109); }

 H1.HeaderClassName
 {
   color: #49416D;
 }
 .AnyTagClassName
 {
   color: #49416D;
 }
</style>

background-color css

<style>
 a { background-color: #49416D; }

 a { background-color: rgb(73,65,109); }

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

border-color css

<style>
 span { border-color: #49416D; }

 span { border-color: rgb(73,65,109); }

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