Html Css Color HEX #48407F Dark Slate Blue

📋 copy color: '#48407F'

red 72 ◦ green 64 ◦ blue 127

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

Shades of Dark Slate Blue #48407F

Tints of Dark Slate Blue #48407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.29%

R = 27.38%
G = 24.33%
B = 48.29%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48407F (or 0x48407F) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 7F. RGB value is (72,64,127). Sum of RGB (Red+Green+Blue) = 72+64+127=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #48407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48407F is #B7BF80. Grayscale: #494949. Windows color (decimal): -12042113 or 8339528. OLE color: 8339528.

HSL color Cylindrical-coordinate representation of color #48407F: hue angle of 247.62º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48407F is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 64 127 -
CMYK 0.43 0.50 0 0.50
HSL 247.62º 0.33% 0.37% -
HSV(B) 247.62º 0.5% 0.5% -
XYZ 8.34 6.58 20.91 -
YUV 73.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 72 64 127 0.43 0.50 0 0.50 247.62 0.33 0.37
Hex 48 40 7F 2B 32 0 32 F8 21 25
Octal 110 100 177 53 62 0 62 370 41 45
Binary 1001000 1000000 1111111 101011 110010 0 110010 11111000 100001 100101

Color Harmonies of #48407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48407F

Black with #48407F

Text Example


Text Example

White with #48407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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