Html Css Color HEX #49386B Meteorite

📋 copy color: '#49386B'

red 73 ◦ green 56 ◦ blue 107

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

Shades of Meteorite #49386B

Tints of Meteorite #49386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.34%

R = 30.93%
G = 23.73%
B = 45.34%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49386B (or 0x49386B) is known color: Meteorite. HEX triplet: 49, 38 and 6B. RGB value is (73,56,107). Sum of RGB (Red+Green+Blue) = 73+56+107=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #49386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49386B is #B6C794. Grayscale: #424242. Windows color (decimal): -11978645 or 7026761. OLE color: 7026761.

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

Color convert

RGB 73 56 107 -
CMYK 0.32 0.48 0 0.58
HSL 260º 0.31% 0.32% -
HSV(B) 260º 0.48% 0.42% -
XYZ 6.82 5.31 14.57 -
YUV 66.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 73 56 107 0.32 0.48 0 0.58 260 0.31 0.32
Hex 49 38 6B 20 30 0 3A 104 1F 20
Octal 111 70 153 40 60 0 72 404 37 40
Binary 1001001 111000 1101011 100000 110000 0 111010 100000100 11111 100000

Color Harmonies of #49386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49386B

Black with #49386B

Text Example


Text Example

White with #49386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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