Html Css Color HEX #48397E Dark Slate Blue

📋 copy color: '#48397E'

red 72 ◦ green 57 ◦ blue 126

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

Shades of Dark Slate Blue #48397E

Tints of Dark Slate Blue #48397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

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

R = 28.24%
G = 22.35%
B = 49.41%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48397E (or 0x48397E) is known color: Dark Slate Blue. HEX triplet: 48, 39 and 7E. RGB value is (72,57,126). Sum of RGB (Red+Green+Blue) = 72+57+126=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #48397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48397E is #B7C681. Grayscale: #454545. Windows color (decimal): -12043906 or 8272200. OLE color: 8272200.

HSL color Cylindrical-coordinate representation of color #48397E: hue angle of 253.04º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48397E is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 57 126 -
CMYK 0.43 0.55 0 0.51
HSL 253.04º 0.38% 0.36% -
HSV(B) 253.04º 0.55% 0.49% -
XYZ 7.9 5.81 20.44 -
YUV 69.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 72 57 126 0.43 0.55 0 0.51 253.04 0.38 0.36
Hex 48 39 7E 2B 37 0 33 FD 26 24
Octal 110 71 176 53 67 0 63 375 46 44
Binary 1001000 111001 1111110 101011 110111 0 110011 11111101 100110 100100

Color Harmonies of #48397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48397E

Black with #48397E

Text Example


Text Example

White with #48397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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