Html Css Color HEX #49346B Meteorite

📋 copy color: '#49346B'

red 73 ◦ green 52 ◦ blue 107

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

Shades of Meteorite #49346B

Tints of Meteorite #49346B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 31.47%
G = 22.41%
B = 46.12%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49346B (or 0x49346B) is known color: Meteorite. HEX triplet: 49, 34 and 6B. RGB value is (73,52,107). Sum of RGB (Red+Green+Blue) = 73+52+107=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #49346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49346B is #B6CB94. Grayscale: #404040. Windows color (decimal): -11979669 or 7025737. OLE color: 7025737.

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

Color convert

RGB 73 52 107 -
CMYK 0.32 0.51 0 0.58
HSL 262.91º 0.35% 0.31% -
HSV(B) 262.91º 0.51% 0.42% -
XYZ 6.63 4.93 14.51 -
YUV 64.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 73 52 107 0.32 0.51 0 0.58 262.91 0.35 0.31
Hex 49 34 6B 20 33 0 3A 107 23 1F
Octal 111 64 153 40 63 0 72 407 43 37
Binary 1001001 110100 1101011 100000 110011 0 111010 100000111 100011 11111

Color Harmonies of #49346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49346B

Black with #49346B

Text Example


Text Example

White with #49346B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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