Html Css Color HEX #48408A Dark Slate Blue

📋 copy color: '#48408A'

red 72 ◦ green 64 ◦ blue 138

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

Shades of Dark Slate Blue #48408A

Tints of Dark Slate Blue #48408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

 BLUE value IS 138 (54.3% from 255) = 50.36%

R = 26.28%
G = 23.36%
B = 50.36%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#48408A (or 0x48408A) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 8A. RGB value is (72,64,138). Sum of RGB (Red+Green+Blue) = 72+64+138=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #48408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48408A is #B7BF75. Grayscale: #4A4A4A. Windows color (decimal): -12042102 or 9060424. OLE color: 9060424.

HSL color Cylindrical-coordinate representation of color #48408A: hue angle of 246.49º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48408A is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 64 138 -
CMYK 0.48 0.54 0 0.46
HSL 246.49º 0.37% 0.4% -
HSV(B) 246.49º 0.54% 0.54% -
XYZ 9.09 6.88 24.89 -
YUV 74.83 163.65 125.98 -
System Red Green Blue C M Y K H S L
Decimal 72 64 138 0.48 0.54 0 0.46 246.49 0.37 0.4
Hex 48 40 8A 30 36 0 2E F6 25 28
Octal 110 100 212 60 66 0 56 366 45 50
Binary 1001000 1000000 10001010 110000 110110 0 101110 11110110 100101 101000

Color Harmonies of #48408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48408A

Black with #48408A

Text Example


Text Example

White with #48408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48408A; }

 p { color: rgb(72,64,138); }

 H1.HeaderClassName
 {
   color: #48408A;
 }
 .AnyTagClassName
 {
   color: #48408A;
 }
</style>

background-color css

<style>
 a { background-color: #48408A; }

 a { background-color: rgb(72,64,138); }

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

border-color css

<style>
 span { border-color: #48408A; }

 span { border-color: rgb(72,64,138); }

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