Html Css Color HEX #48458D Dark Slate Blue

📋 copy color: '#48458D'

red 72 ◦ green 69 ◦ blue 141

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

Shades of Dark Slate Blue #48458D

Tints of Dark Slate Blue #48458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.47%

 BLUE value IS 141 (55.47% from 255) = 50%

R = 25.53%
G = 24.47%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48458D (or 0x48458D) is known color: Dark Slate Blue. HEX triplet: 48, 45 and 8D. RGB value is (72,69,141). Sum of RGB (Red+Green+Blue) = 72+69+141=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #48458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48458D is #B7BA72. Grayscale: #4D4D4D. Windows color (decimal): -12040819 or 9258312. OLE color: 9258312.

HSL color Cylindrical-coordinate representation of color #48458D: hue angle of 242.5º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48458D is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 69 141 -
CMYK 0.49 0.51 0 0.45
HSL 242.5º 0.34% 0.41% -
HSV(B) 242.5º 0.51% 0.55% -
XYZ 9.61 7.56 26.15 -
YUV 78.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 72 69 141 0.49 0.51 0 0.45 242.5 0.34 0.41
Hex 48 45 8D 31 33 0 2D F2 22 29
Octal 110 105 215 61 63 0 55 362 42 51
Binary 1001000 1000101 10001101 110001 110011 0 101101 11110010 100010 101001

Color Harmonies of #48458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48458D

Black with #48458D

Text Example


Text Example

White with #48458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48458D; }

 p { color: rgb(72,69,141); }

 H1.HeaderClassName
 {
   color: #48458D;
 }
 .AnyTagClassName
 {
   color: #48458D;
 }
</style>

background-color css

<style>
 a { background-color: #48458D; }

 a { background-color: rgb(72,69,141); }

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

border-color css

<style>
 span { border-color: #48458D; }

 span { border-color: rgb(72,69,141); }

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