Html Css Color HEX #48418F Dark Slate Blue

📋 copy color: '#48418F'

red 72 ◦ green 65 ◦ blue 143

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

Shades of Dark Slate Blue #48418F

Tints of Dark Slate Blue #48418F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.07%

R = 25.71%
G = 23.21%
B = 51.07%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48418F (or 0x48418F) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 8F. RGB value is (72,65,143). Sum of RGB (Red+Green+Blue) = 72+65+143=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #48418F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48418F is #B7BE70. Grayscale: #4B4B4B. Windows color (decimal): -12041841 or 9388360. OLE color: 9388360.

HSL color Cylindrical-coordinate representation of color #48418F: hue angle of 245.38º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48418F is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 65 143 -
CMYK 0.50 0.55 0 0.44
HSL 245.38º 0.38% 0.41% -
HSV(B) 245.38º 0.55% 0.56% -
XYZ 9.52 7.14 26.86 -
YUV 75.99 165.82 125.16 -
System Red Green Blue C M Y K H S L
Decimal 72 65 143 0.50 0.55 0 0.44 245.38 0.38 0.41
Hex 48 41 8F 32 37 0 2C F5 26 29
Octal 110 101 217 62 67 0 54 365 46 51
Binary 1001000 1000001 10001111 110010 110111 0 101100 11110101 100110 101001

Color Harmonies of #48418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48418F

Black with #48418F

Text Example


Text Example

White with #48418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48418F; }

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

 H1.HeaderClassName
 {
   color: #48418F;
 }
 .AnyTagClassName
 {
   color: #48418F;
 }
</style>

background-color css

<style>
 a { background-color: #48418F; }

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

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

border-color css

<style>
 span { border-color: #48418F; }

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

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