Html Css Color HEX #49375C Meteorite

📋 copy color: '#49375C'

red 73 ◦ green 55 ◦ blue 92

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

Shades of Meteorite #49375C

Tints of Meteorite #49375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.82%

R = 33.18%
G = 25%
B = 41.82%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49375C (or 0x49375C) is known color: Meteorite. HEX triplet: 49, 37 and 5C. RGB value is (73,55,92). Sum of RGB (Red+Green+Blue) = 73+55+92=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #49375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49375C is #B6C8A3. Grayscale: #404040. Windows color (decimal): -11978916 or 6043465. OLE color: 6043465.

HSL color Cylindrical-coordinate representation of color #49375C: hue angle of 269.19º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49375C is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 55 92 -
CMYK 0.21 0.40 0 0.64
HSL 269.19º 0.25% 0.29% -
HSV(B) 269.19º 0.4% 0.36% -
XYZ 6.05 4.92 10.76 -
YUV 64.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 73 55 92 0.21 0.40 0 0.64 269.19 0.25 0.29
Hex 49 37 5C 15 28 0 40 10D 19 1D
Octal 111 67 134 25 50 0 100 415 31 35
Binary 1001001 110111 1011100 10101 101000 0 1000000 100001101 11001 11101

Color Harmonies of #49375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49375C

Black with #49375C

Text Example


Text Example

White with #49375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49375C; }

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

 H1.HeaderClassName
 {
   color: #49375C;
 }
 .AnyTagClassName
 {
   color: #49375C;
 }
</style>

background-color css

<style>
 a { background-color: #49375C; }

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

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

border-color css

<style>
 span { border-color: #49375C; }

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

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