Html Css Color HEX #48375B Meteorite

📋 copy color: '#48375B'

red 72 ◦ green 55 ◦ blue 91

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

Shades of Meteorite #48375B

Tints of Meteorite #48375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 33.03%
G = 25.23%
B = 41.74%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48375B (or 0x48375B) is known color: Meteorite. HEX triplet: 48, 37 and 5B. RGB value is (72,55,91). Sum of RGB (Red+Green+Blue) = 72+55+91=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #48375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48375B is #B7C8A4. Grayscale: #404040. Windows color (decimal): -12044453 or 5977928. OLE color: 5977928.

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

Color convert

RGB 72 55 91 -
CMYK 0.21 0.40 0 0.64
HSL 268.33º 0.25% 0.29% -
HSV(B) 268.33º 0.4% 0.36% -
XYZ 5.93 4.87 10.52 -
YUV 64.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 72 55 91 0.21 0.40 0 0.64 268.33 0.25 0.29
Hex 48 37 5B 15 28 0 40 10C 19 1D
Octal 110 67 133 25 50 0 100 414 31 35
Binary 1001000 110111 1011011 10101 101000 0 1000000 100001100 11001 11101

Color Harmonies of #48375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48375B

Black with #48375B

Text Example


Text Example

White with #48375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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