Html Css Color HEX #49405F Meteorite

📋 copy color: '#49405F'

red 73 ◦ green 64 ◦ blue 95

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

Shades of Meteorite #49405F

Tints of Meteorite #49405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

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

R = 31.47%
G = 27.59%
B = 40.95%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49405F (or 0x49405F) is known color: Meteorite. HEX triplet: 49, 40 and 5F. RGB value is (73,64,95). Sum of RGB (Red+Green+Blue) = 73+64+95=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #49405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49405F is #B6BFA0. Grayscale: #464646. Windows color (decimal): -11976609 or 6242377. OLE color: 6242377.

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

Color convert

RGB 73 64 95 -
CMYK 0.23 0.33 0 0.63
HSL 257.42º 0.19% 0.31% -
HSV(B) 257.42º 0.33% 0.37% -
XYZ 6.65 5.91 11.62 -
YUV 70.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 73 64 95 0.23 0.33 0 0.63 257.42 0.19 0.31
Hex 49 40 5F 17 21 0 3F 101 13 1F
Octal 111 100 137 27 41 0 77 401 23 37
Binary 1001001 1000000 1011111 10111 100001 0 111111 100000001 10011 11111

Color Harmonies of #49405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49405F

Black with #49405F

Text Example


Text Example

White with #49405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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