Html Css Color HEX #48395E Meteorite

📋 copy color: '#48395E'

red 72 ◦ green 57 ◦ blue 94

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

Shades of Meteorite #48395E

Tints of Meteorite #48395E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.15%

R = 32.29%
G = 25.56%
B = 42.15%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48395E (or 0x48395E) is known color: Meteorite. HEX triplet: 48, 39 and 5E. RGB value is (72,57,94). Sum of RGB (Red+Green+Blue) = 72+57+94=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #48395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48395E is #B7C6A1. Grayscale: #414141. Windows color (decimal): -12043938 or 6175048. OLE color: 6175048.

HSL color Cylindrical-coordinate representation of color #48395E: hue angle of 264.32º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48395E is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 57 94 -
CMYK 0.23 0.39 0 0.63
HSL 264.32º 0.25% 0.3% -
HSV(B) 264.32º 0.39% 0.37% -
XYZ 6.16 5.11 11.25 -
YUV 65.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 72 57 94 0.23 0.39 0 0.63 264.32 0.25 0.3
Hex 48 39 5E 17 27 0 3F 108 19 1E
Octal 110 71 136 27 47 0 77 410 31 36
Binary 1001000 111001 1011110 10111 100111 0 111111 100001000 11001 11110

Color Harmonies of #48395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48395E

Black with #48395E

Text Example


Text Example

White with #48395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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