Html Css Color HEX #49386A Meteorite

📋 copy color: '#49386A'

red 73 ◦ green 56 ◦ blue 106

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

Shades of Meteorite #49386A

Tints of Meteorite #49386A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 45.11%

R = 31.06%
G = 23.83%
B = 45.11%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49386A (or 0x49386A) is known color: Meteorite. HEX triplet: 49, 38 and 6A. RGB value is (73,56,106). Sum of RGB (Red+Green+Blue) = 73+56+106=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #49386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49386A is #B6C795. Grayscale: #424242. Windows color (decimal): -11978646 or 6961225. OLE color: 6961225.

HSL color Cylindrical-coordinate representation of color #49386A: hue angle of 260.4º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49386A is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 56 106 -
CMYK 0.31 0.47 0 0.58
HSL 260.4º 0.31% 0.32% -
HSV(B) 260.4º 0.47% 0.42% -
XYZ 6.76 5.29 14.3 -
YUV 66.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 73 56 106 0.31 0.47 0 0.58 260.4 0.31 0.32
Hex 49 38 6A 1F 2F 0 3A 104 1F 20
Octal 111 70 152 37 57 0 72 404 37 40
Binary 1001001 111000 1101010 11111 101111 0 111010 100000100 11111 100000

Color Harmonies of #49386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49386A

Black with #49386A

Text Example


Text Example

White with #49386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49386A; }

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

 H1.HeaderClassName
 {
   color: #49386A;
 }
 .AnyTagClassName
 {
   color: #49386A;
 }
</style>

background-color css

<style>
 a { background-color: #49386A; }

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

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

border-color css

<style>
 span { border-color: #49386A; }

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

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