Html Css Color HEX #48395C Meteorite

📋 copy color: '#48395C'

red 72 ◦ green 57 ◦ blue 92

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

Shades of Meteorite #48395C

Tints of Meteorite #48395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

 BLUE value IS 92 (36.33% from 255) = 41.63%

R = 32.58%
G = 25.79%
B = 41.63%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#48395C (or 0x48395C) is known color: Meteorite. HEX triplet: 48, 39 and 5C. RGB value is (72,57,92). Sum of RGB (Red+Green+Blue) = 72+57+92=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #48395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48395C is #B7C6A3. Grayscale: #414141. Windows color (decimal): -12043940 or 6043976. OLE color: 6043976.

HSL color Cylindrical-coordinate representation of color #48395C: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48395C is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 57 92 -
CMYK 0.22 0.38 0 0.64
HSL 265.71º 0.23% 0.29% -
HSV(B) 265.71º 0.38% 0.36% -
XYZ 6.07 5.08 10.79 -
YUV 65.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 72 57 92 0.22 0.38 0 0.64 265.71 0.23 0.29
Hex 48 39 5C 16 26 0 40 10A 17 1D
Octal 110 71 134 26 46 0 100 412 27 35
Binary 1001000 111001 1011100 10110 100110 0 1000000 100001010 10111 11101

Color Harmonies of #48395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48395C

Black with #48395C

Text Example


Text Example

White with #48395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48395C; }

 p { color: rgb(72,57,92); }

 H1.HeaderClassName
 {
   color: #48395C;
 }
 .AnyTagClassName
 {
   color: #48395C;
 }
</style>

background-color css

<style>
 a { background-color: #48395C; }

 a { background-color: rgb(72,57,92); }

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

border-color css

<style>
 span { border-color: #48395C; }

 span { border-color: rgb(72,57,92); }

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