Html Css Color HEX #48428C Dark Slate Blue

📋 copy color: '#48428C'

red 72 ◦ green 66 ◦ blue 140

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

Shades of Dark Slate Blue #48428C

Tints of Dark Slate Blue #48428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 25.9%
G = 23.74%
B = 50.36%

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

#48428C (or 0x48428C) is known color: Dark Slate Blue. HEX triplet: 48, 42 and 8C. RGB value is (72,66,140). Sum of RGB (Red+Green+Blue) = 72+66+140=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #48428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48428C is #B7BD73. Grayscale: #4B4B4B. Windows color (decimal): -12041588 or 9192008. OLE color: 9192008.

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

Color convert

RGB 72 66 140 -
CMYK 0.49 0.53 0 0.45
HSL 244.86º 0.36% 0.4% -
HSV(B) 244.86º 0.53% 0.55% -
XYZ 9.35 7.17 25.7 -
YUV 76.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 72 66 140 0.49 0.53 0 0.45 244.86 0.36 0.4
Hex 48 42 8C 31 35 0 2D F5 24 28
Octal 110 102 214 61 65 0 55 365 44 50
Binary 1001000 1000010 10001100 110001 110101 0 101101 11110101 100100 101000

Color Harmonies of #48428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48428C

Black with #48428C

Text Example


Text Example

White with #48428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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