Html Css Color HEX #48458A Dark Slate Blue

📋 copy color: '#48458A'

red 72 ◦ green 69 ◦ blue 138

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

Shades of Dark Slate Blue #48458A

Tints of Dark Slate Blue #48458A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

 BLUE value IS 138 (54.3% from 255) = 49.46%

R = 25.81%
G = 24.73%
B = 49.46%

CMYK

 C value IS 0.48

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#48458A (or 0x48458A) is known color: Dark Slate Blue. HEX triplet: 48, 45 and 8A. RGB value is (72,69,138). Sum of RGB (Red+Green+Blue) = 72+69+138=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #48458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48458A is #B7BA75. Grayscale: #4D4D4D. Windows color (decimal): -12040822 or 9061704. OLE color: 9061704.

HSL color Cylindrical-coordinate representation of color #48458A: hue angle of 242.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48458A is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 69 138 -
CMYK 0.48 0.5 0 0.46
HSL 242.61º 0.33% 0.41% -
HSV(B) 242.61º 0.5% 0.54% -
XYZ 9.39 7.47 24.99 -
YUV 77.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 72 69 138 0.48 0.5 0 0.46 242.61 0.33 0.41
Hex 48 45 8A 30 32 0 2E F3 21 29
Octal 110 105 212 60 62 0 56 363 41 51
Binary 1001000 1000101 10001010 110000 110010 0 101110 11110011 100001 101001

Color Harmonies of #48458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48458A

Black with #48458A

Text Example


Text Example

White with #48458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48458A; }

 p { color: rgb(72,69,138); }

 H1.HeaderClassName
 {
   color: #48458A;
 }
 .AnyTagClassName
 {
   color: #48458A;
 }
</style>

background-color css

<style>
 a { background-color: #48458A; }

 a { background-color: rgb(72,69,138); }

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

border-color css

<style>
 span { border-color: #48458A; }

 span { border-color: rgb(72,69,138); }

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