Html Css Color HEX #48417E Dark Slate Blue

📋 copy color: '#48417E'

red 72 ◦ green 65 ◦ blue 126

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

Shades of Dark Slate Blue #48417E

Tints of Dark Slate Blue #48417E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.91%

R = 27.38%
G = 24.71%
B = 47.91%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48417E (or 0x48417E) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 7E. RGB value is (72,65,126). Sum of RGB (Red+Green+Blue) = 72+65+126=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #48417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48417E is #B7BE81. Grayscale: #494949. Windows color (decimal): -12041858 or 8274248. OLE color: 8274248.

HSL color Cylindrical-coordinate representation of color #48417E: hue angle of 246.89º 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 #48417E is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 65 126 -
CMYK 0.43 0.48 0 0.51
HSL 246.89º 0.32% 0.37% -
HSV(B) 246.89º 0.48% 0.49% -
XYZ 8.33 6.66 20.59 -
YUV 74.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 72 65 126 0.43 0.48 0 0.51 246.89 0.32 0.37
Hex 48 41 7E 2B 30 0 33 F7 20 25
Octal 110 101 176 53 60 0 63 367 40 45
Binary 1001000 1000001 1111110 101011 110000 0 110011 11110111 100000 100101

Color Harmonies of #48417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48417E

Black with #48417E

Text Example


Text Example

White with #48417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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