Html Css Color HEX #48407E Dark Slate Blue

📋 copy color: '#48407E'

red 72 ◦ green 64 ◦ blue 126

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

Shades of Dark Slate Blue #48407E

Tints of Dark Slate Blue #48407E

RGB

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

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

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

R = 27.48%
G = 24.43%
B = 48.09%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48407E (or 0x48407E) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 7E. RGB value is (72,64,126). Sum of RGB (Red+Green+Blue) = 72+64+126=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #48407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48407E is #B7BF81. Grayscale: #494949. Windows color (decimal): -12042114 or 8273992. OLE color: 8273992.

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

Color convert

RGB 72 64 126 -
CMYK 0.43 0.49 0 0.51
HSL 247.74º 0.33% 0.37% -
HSV(B) 247.74º 0.49% 0.49% -
XYZ 8.27 6.55 20.57 -
YUV 73.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 72 64 126 0.43 0.49 0 0.51 247.74 0.33 0.37
Hex 48 40 7E 2B 31 0 33 F8 21 25
Octal 110 100 176 53 61 0 63 370 41 45
Binary 1001000 1000000 1111110 101011 110001 0 110011 11111000 100001 100101

Color Harmonies of #48407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48407E

Black with #48407E

Text Example


Text Example

White with #48407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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