Html Css Color HEX #49345F Meteorite

📋 copy color: '#49345F'

red 73 ◦ green 52 ◦ blue 95

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

Shades of Meteorite #49345F

Tints of Meteorite #49345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.18%

R = 33.18%
G = 23.64%
B = 43.18%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49345F (or 0x49345F) is known color: Meteorite. HEX triplet: 49, 34 and 5F. RGB value is (73,52,95). Sum of RGB (Red+Green+Blue) = 73+52+95=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #49345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49345F is #B6CBA0. Grayscale: #3F3F3F. Windows color (decimal): -11979681 or 6239305. OLE color: 6239305.

HSL color Cylindrical-coordinate representation of color #49345F: hue angle of 269.3º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49345F is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 52 95 -
CMYK 0.23 0.45 0 0.63
HSL 269.3º 0.29% 0.29% -
HSV(B) 269.3º 0.45% 0.37% -
XYZ 6.04 4.7 11.42 -
YUV 63.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 73 52 95 0.23 0.45 0 0.63 269.3 0.29 0.29
Hex 49 34 5F 17 2D 0 3F 10D 1D 1D
Octal 111 64 137 27 55 0 77 415 35 35
Binary 1001001 110100 1011111 10111 101101 0 111111 100001101 11101 11101

Color Harmonies of #49345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49345F

Black with #49345F

Text Example


Text Example

White with #49345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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