Html Css Color HEX #48407C Dark Slate Blue

📋 copy color: '#48407C'

red 72 ◦ green 64 ◦ blue 124

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

Shades of Dark Slate Blue #48407C

Tints of Dark Slate Blue #48407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

 BLUE value IS 124 (48.83% from 255) = 47.69%

R = 27.69%
G = 24.62%
B = 47.69%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48407C (or 0x48407C) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 7C. RGB value is (72,64,124). Sum of RGB (Red+Green+Blue) = 72+64+124=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #48407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48407C is #B7BF83. Grayscale: #494949. Windows color (decimal): -12042116 or 8142920. OLE color: 8142920.

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

Color convert

RGB 72 64 124 -
CMYK 0.42 0.48 0 0.51
HSL 248º 0.32% 0.37% -
HSV(B) 248º 0.48% 0.49% -
XYZ 8.14 6.5 19.89 -
YUV 73.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 72 64 124 0.42 0.48 0 0.51 248 0.32 0.37
Hex 48 40 7C 2A 30 0 33 F8 20 25
Octal 110 100 174 52 60 0 63 370 40 45
Binary 1001000 1000000 1111100 101010 110000 0 110011 11111000 100000 100101

Color Harmonies of #48407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48407C

Black with #48407C

Text Example


Text Example

White with #48407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48407C; }

 p { color: rgb(72,64,124); }

 H1.HeaderClassName
 {
   color: #48407C;
 }
 .AnyTagClassName
 {
   color: #48407C;
 }
</style>

background-color css

<style>
 a { background-color: #48407C; }

 a { background-color: rgb(72,64,124); }

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

border-color css

<style>
 span { border-color: #48407C; }

 span { border-color: rgb(72,64,124); }

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