Html Css Color HEX #48405F Meteorite

📋 copy color: '#48405F'

red 72 ◦ green 64 ◦ blue 95

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

Shades of Meteorite #48405F

Tints of Meteorite #48405F

RGB

 RED value IS 72 (28.52% from 255) = 31.17%

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

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

R = 31.17%
G = 27.71%
B = 41.13%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48405F (or 0x48405F) is known color: Meteorite. HEX triplet: 48, 40 and 5F. RGB value is (72,64,95). Sum of RGB (Red+Green+Blue) = 72+64+95=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #48405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48405F is #B7BFA0. Grayscale: #454545. Windows color (decimal): -12042145 or 6242376. OLE color: 6242376.

HSL color Cylindrical-coordinate representation of color #48405F: hue angle of 255.48º 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 #48405F is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 64 95 -
CMYK 0.24 0.33 0 0.63
HSL 255.48º 0.19% 0.31% -
HSV(B) 255.48º 0.33% 0.37% -
XYZ 6.57 5.87 11.61 -
YUV 69.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 72 64 95 0.24 0.33 0 0.63 255.48 0.19 0.31
Hex 48 40 5F 18 21 0 3F FF 13 1F
Octal 110 100 137 30 41 0 77 377 23 37
Binary 1001000 1000000 1011111 11000 100001 0 111111 11111111 10011 11111

Color Harmonies of #48405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48405F

Black with #48405F

Text Example


Text Example

White with #48405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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