Html Css Color HEX #49376E Meteorite

📋 copy color: '#49376E'

red 73 ◦ green 55 ◦ blue 110

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

Shades of Meteorite #49376E

Tints of Meteorite #49376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.11%

 BLUE value IS 110 (43.36% from 255) = 46.22%

R = 30.67%
G = 23.11%
B = 46.22%

CMYK

 C value IS 0.34

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49376E (or 0x49376E) is known color: Meteorite. HEX triplet: 49, 37 and 6E. RGB value is (73,55,110). Sum of RGB (Red+Green+Blue) = 73+55+110=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #49376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49376E is #B6C891. Grayscale: #424242. Windows color (decimal): -11978898 or 7223113. OLE color: 7223113.

HSL color Cylindrical-coordinate representation of color #49376E: hue angle of 259.64º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49376E is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 55 110 -
CMYK 0.34 0.5 0 0.57
HSL 259.64º 0.33% 0.32% -
HSV(B) 259.64º 0.5% 0.43% -
XYZ 6.93 5.27 15.4 -
YUV 66.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 73 55 110 0.34 0.5 0 0.57 259.64 0.33 0.32
Hex 49 37 6E 22 32 0 39 104 21 20
Octal 111 67 156 42 62 0 71 404 41 40
Binary 1001001 110111 1101110 100010 110010 0 111001 100000100 100001 100000

Color Harmonies of #49376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49376E

Black with #49376E

Text Example


Text Example

White with #49376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49376E; }

 p { color: rgb(73,55,110); }

 H1.HeaderClassName
 {
   color: #49376E;
 }
 .AnyTagClassName
 {
   color: #49376E;
 }
</style>

background-color css

<style>
 a { background-color: #49376E; }

 a { background-color: rgb(73,55,110); }

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

border-color css

<style>
 span { border-color: #49376E; }

 span { border-color: rgb(73,55,110); }

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