Html Css Color HEX #48428D Dark Slate Blue

📋 copy color: '#48428D'

red 72 ◦ green 66 ◦ blue 141

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

Shades of Dark Slate Blue #48428D

Tints of Dark Slate Blue #48428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

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

R = 25.81%
G = 23.66%
B = 50.54%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48428D (or 0x48428D) is known color: Dark Slate Blue. HEX triplet: 48, 42 and 8D. RGB value is (72,66,141). Sum of RGB (Red+Green+Blue) = 72+66+141=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #48428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48428D is #B7BD72. Grayscale: #4C4C4C. Windows color (decimal): -12041587 or 9257544. OLE color: 9257544.

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

Color convert

RGB 72 66 141 -
CMYK 0.49 0.53 0 0.45
HSL 244.8º 0.36% 0.41% -
HSV(B) 244.8º 0.53% 0.55% -
XYZ 9.43 7.2 26.09 -
YUV 76.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 72 66 141 0.49 0.53 0 0.45 244.8 0.36 0.41
Hex 48 42 8D 31 35 0 2D F5 24 29
Octal 110 102 215 61 65 0 55 365 44 51
Binary 1001000 1000010 10001101 110001 110101 0 101101 11110101 100100 101001

Color Harmonies of #48428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48428D

Black with #48428D

Text Example


Text Example

White with #48428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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