Html Css Color HEX #48458B Dark Slate Blue

📋 copy color: '#48458B'

red 72 ◦ green 69 ◦ blue 139

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

Shades of Dark Slate Blue #48458B

Tints of Dark Slate Blue #48458B

RGB

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

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

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

R = 25.71%
G = 24.64%
B = 49.64%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48458B (or 0x48458B) is known color: Dark Slate Blue. HEX triplet: 48, 45 and 8B. RGB value is (72,69,139). Sum of RGB (Red+Green+Blue) = 72+69+139=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #48458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48458B is #B7BA74. Grayscale: #4D4D4D. Windows color (decimal): -12040821 or 9127240. OLE color: 9127240.

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

Color convert

RGB 72 69 139 -
CMYK 0.48 0.50 0 0.45
HSL 242.57º 0.34% 0.41% -
HSV(B) 242.57º 0.5% 0.55% -
XYZ 9.46 7.5 25.37 -
YUV 77.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 72 69 139 0.48 0.50 0 0.45 242.57 0.34 0.41
Hex 48 45 8B 30 32 0 2D F3 22 29
Octal 110 105 213 60 62 0 55 363 42 51
Binary 1001000 1000101 10001011 110000 110010 0 101101 11110011 100010 101001

Color Harmonies of #48458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48458B

Black with #48458B

Text Example


Text Example

White with #48458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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