Html Css Color HEX #49385C Meteorite

📋 copy color: '#49385C'

red 73 ◦ green 56 ◦ blue 92

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

Shades of Meteorite #49385C

Tints of Meteorite #49385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

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

R = 33.03%
G = 25.34%
B = 41.63%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49385C (or 0x49385C) is known color: Meteorite. HEX triplet: 49, 38 and 5C. RGB value is (73,56,92). Sum of RGB (Red+Green+Blue) = 73+56+92=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #49385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49385C is #B6C7A3. Grayscale: #414141. Windows color (decimal): -11978660 or 6043721. OLE color: 6043721.

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

Color convert

RGB 73 56 92 -
CMYK 0.21 0.39 0 0.64
HSL 268.33º 0.24% 0.29% -
HSV(B) 268.33º 0.39% 0.36% -
XYZ 6.09 5.02 10.77 -
YUV 65.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 73 56 92 0.21 0.39 0 0.64 268.33 0.24 0.29
Hex 49 38 5C 15 27 0 40 10C 18 1D
Octal 111 70 134 25 47 0 100 414 30 35
Binary 1001001 111000 1011100 10101 100111 0 1000000 100001100 11000 11101

Color Harmonies of #49385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49385C

Black with #49385C

Text Example


Text Example

White with #49385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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