Html Css Color HEX #49346F Meteorite

📋 copy color: '#49346F'

red 73 ◦ green 52 ◦ blue 111

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

Shades of Meteorite #49346F

Tints of Meteorite #49346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.03%

R = 30.93%
G = 22.03%
B = 47.03%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49346F (or 0x49346F) is known color: Meteorite. HEX triplet: 49, 34 and 6F. RGB value is (73,52,111). Sum of RGB (Red+Green+Blue) = 73+52+111=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #49346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49346F is #B6CB90. Grayscale: #404040. Windows color (decimal): -11979665 or 7287881. OLE color: 7287881.

HSL color Cylindrical-coordinate representation of color #49346F: hue angle of 261.36º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49346F is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 52 111 -
CMYK 0.34 0.53 0 0.56
HSL 261.36º 0.36% 0.32% -
HSV(B) 261.36º 0.53% 0.44% -
XYZ 6.84 5.02 15.65 -
YUV 65.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 73 52 111 0.34 0.53 0 0.56 261.36 0.36 0.32
Hex 49 34 6F 22 35 0 38 105 24 20
Octal 111 64 157 42 65 0 70 405 44 40
Binary 1001001 110100 1101111 100010 110101 0 111000 100000101 100100 100000

Color Harmonies of #49346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49346F

Black with #49346F

Text Example


Text Example

White with #49346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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