Html Css Color HEX #48449C Dark Slate Blue

📋 copy color: '#48449C'

red 72 ◦ green 68 ◦ blue 156

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

Shades of Dark Slate Blue #48449C

Tints of Dark Slate Blue #48449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

 BLUE value IS 156 (61.33% from 255) = 52.7%

R = 24.32%
G = 22.97%
B = 52.7%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48449C (or 0x48449C) is known color: Dark Slate Blue. HEX triplet: 48, 44 and 9C. RGB value is (72,68,156). Sum of RGB (Red+Green+Blue) = 72+68+156=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #48449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48449C is #B7BB63. Grayscale: #4E4E4E. Windows color (decimal): -12041060 or 10241096. OLE color: 10241096.

HSL color Cylindrical-coordinate representation of color #48449C: hue angle of 242.73º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48449C is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 68 156 -
CMYK 0.54 0.56 0 0.39
HSL 242.73º 0.39% 0.44% -
HSV(B) 242.73º 0.56% 0.61% -
XYZ 10.74 7.91 32.41 -
YUV 79.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 72 68 156 0.54 0.56 0 0.39 242.73 0.39 0.44
Hex 48 44 9C 36 38 0 27 F3 27 2C
Octal 110 104 234 66 70 0 47 363 47 54
Binary 1001000 1000100 10011100 110110 111000 0 100111 11110011 100111 101100

Color Harmonies of #48449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48449C

Black with #48449C

Text Example


Text Example

White with #48449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,68,156); }

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

background-color css

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

 a { background-color: rgb(72,68,156); }

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

border-color css

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

 span { border-color: rgb(72,68,156); }

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