Html Css Color HEX #48478B Dark Slate Blue

📋 copy color: '#48478B'

red 72 ◦ green 71 ◦ blue 139

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

Shades of Dark Slate Blue #48478B

Tints of Dark Slate Blue #48478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 139 (54.69% from 255) = 49.29%

R = 25.53%
G = 25.18%
B = 49.29%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48478B (or 0x48478B) is known color: Dark Slate Blue. HEX triplet: 48, 47 and 8B. RGB value is (72,71,139). Sum of RGB (Red+Green+Blue) = 72+71+139=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #48478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48478B is #B7B874. Grayscale: #4E4E4E. Windows color (decimal): -12040309 or 9127752. OLE color: 9127752.

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

Color convert

RGB 72 71 139 -
CMYK 0.48 0.49 0 0.45
HSL 240.88º 0.32% 0.41% -
HSV(B) 240.88º 0.49% 0.55% -
XYZ 9.59 7.75 25.42 -
YUV 79.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 72 71 139 0.48 0.49 0 0.45 240.88 0.32 0.41
Hex 48 47 8B 30 31 0 2D F1 20 29
Octal 110 107 213 60 61 0 55 361 40 51
Binary 1001000 1000111 10001011 110000 110001 0 101101 11110001 100000 101001

Color Harmonies of #48478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48478B

Black with #48478B

Text Example


Text Example

White with #48478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48478B; }

 p { color: rgb(72,71,139); }

 H1.HeaderClassName
 {
   color: #48478B;
 }
 .AnyTagClassName
 {
   color: #48478B;
 }
</style>

background-color css

<style>
 a { background-color: #48478B; }

 a { background-color: rgb(72,71,139); }

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

border-color css

<style>
 span { border-color: #48478B; }

 span { border-color: rgb(72,71,139); }

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