Html Css Color HEX #48365F Meteorite

📋 copy color: '#48365F'

red 72 ◦ green 54 ◦ blue 95

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

Shades of Meteorite #48365F

Tints of Meteorite #48365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.43%

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

R = 32.58%
G = 24.43%
B = 42.99%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48365F (or 0x48365F) is known color: Meteorite. HEX triplet: 48, 36 and 5F. RGB value is (72,54,95). Sum of RGB (Red+Green+Blue) = 72+54+95=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #48365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48365F is #B7C9A0. Grayscale: #3F3F3F. Windows color (decimal): -12044705 or 6239816. OLE color: 6239816.

HSL color Cylindrical-coordinate representation of color #48365F: hue angle of 266.34º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48365F is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 54 95 -
CMYK 0.24 0.43 0 0.63
HSL 266.34º 0.28% 0.29% -
HSV(B) 266.34º 0.43% 0.37% -
XYZ 6.06 4.84 11.44 -
YUV 64.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 72 54 95 0.24 0.43 0 0.63 266.34 0.28 0.29
Hex 48 36 5F 18 2B 0 3F 10A 1C 1D
Octal 110 66 137 30 53 0 77 412 34 35
Binary 1001000 110110 1011111 11000 101011 0 111111 100001010 11100 11101

Color Harmonies of #48365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48365F

Black with #48365F

Text Example


Text Example

White with #48365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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