Html Css Color HEX #48375F Meteorite

📋 copy color: '#48375F'

red 72 ◦ green 55 ◦ blue 95

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

Shades of Meteorite #48375F

Tints of Meteorite #48375F

RGB

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

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

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

R = 32.43%
G = 24.77%
B = 42.79%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48375F (or 0x48375F) is known color: Meteorite. HEX triplet: 48, 37 and 5F. RGB value is (72,55,95). Sum of RGB (Red+Green+Blue) = 72+55+95=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #48375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48375F is #B7C8A0. Grayscale: #404040. Windows color (decimal): -12044449 or 6240072. OLE color: 6240072.

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

Color convert

RGB 72 55 95 -
CMYK 0.24 0.42 0 0.63
HSL 265.5º 0.27% 0.29% -
HSV(B) 265.5º 0.42% 0.37% -
XYZ 6.1 4.94 11.46 -
YUV 64.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 72 55 95 0.24 0.42 0 0.63 265.5 0.27 0.29
Hex 48 37 5F 18 2A 0 3F 10A 1B 1D
Octal 110 67 137 30 52 0 77 412 33 35
Binary 1001000 110111 1011111 11000 101010 0 111111 100001010 11011 11101

Color Harmonies of #48375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48375F

Black with #48375F

Text Example


Text Example

White with #48375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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