Html Css Color HEX #48417D Dark Slate Blue

📋 copy color: '#48417D'

red 72 ◦ green 65 ◦ blue 125

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

Shades of Dark Slate Blue #48417D

Tints of Dark Slate Blue #48417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 27.48%
G = 24.81%
B = 47.71%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48417D (or 0x48417D) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 7D. RGB value is (72,65,125). Sum of RGB (Red+Green+Blue) = 72+65+125=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #48417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48417D is #B7BE82. Grayscale: #494949. Windows color (decimal): -12041859 or 8208712. OLE color: 8208712.

HSL color Cylindrical-coordinate representation of color #48417D: hue angle of 247º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48417D is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 65 125 -
CMYK 0.42 0.48 0 0.51
HSL 247º 0.32% 0.37% -
HSV(B) 247º 0.48% 0.49% -
XYZ 8.26 6.64 20.25 -
YUV 73.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 72 65 125 0.42 0.48 0 0.51 247 0.32 0.37
Hex 48 41 7D 2A 30 0 33 F7 20 25
Octal 110 101 175 52 60 0 63 367 40 45
Binary 1001000 1000001 1111101 101010 110000 0 110011 11110111 100000 100101

Color Harmonies of #48417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48417D

Black with #48417D

Text Example


Text Example

White with #48417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,65,125); }

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

background-color css

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

 a { background-color: rgb(72,65,125); }

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

border-color css

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

 span { border-color: rgb(72,65,125); }

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