Html Css Color HEX #48417B Dark Slate Blue

📋 copy color: '#48417B'

red 72 ◦ green 65 ◦ blue 123

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

Shades of Dark Slate Blue #48417B

Tints of Dark Slate Blue #48417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

 BLUE value IS 123 (48.44% from 255) = 47.31%

R = 27.69%
G = 25%
B = 47.31%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48417B (or 0x48417B) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 7B. RGB value is (72,65,123). Sum of RGB (Red+Green+Blue) = 72+65+123=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #48417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48417B is #B7BE84. Grayscale: #494949. Windows color (decimal): -12041861 or 8077640. OLE color: 8077640.

HSL color Cylindrical-coordinate representation of color #48417B: hue angle of 247.24º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48417B is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 65 123 -
CMYK 0.41 0.47 0 0.52
HSL 247.24º 0.31% 0.37% -
HSV(B) 247.24º 0.47% 0.48% -
XYZ 8.14 6.59 19.58 -
YUV 73.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 72 65 123 0.41 0.47 0 0.52 247.24 0.31 0.37
Hex 48 41 7B 29 2F 0 34 F7 1F 25
Octal 110 101 173 51 57 0 64 367 37 45
Binary 1001000 1000001 1111011 101001 101111 0 110100 11110111 11111 100101

Color Harmonies of #48417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48417B

Black with #48417B

Text Example


Text Example

White with #48417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,65,123); }

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

background-color css

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

 a { background-color: rgb(72,65,123); }

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

border-color css

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

 span { border-color: rgb(72,65,123); }

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