#48449C

Color #48449C Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #48449C

Tints of Dark Slate Blue #48449C

Color information

#48449C (or 0x48449C) is unknown color: approx 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

RGB7268156-
CMYK0.540.5600.39
HSL242.73º39.29%43.92%-
HSV(B)242.73º56.41%61.18%-
XYZ10.747.9132.41-
YUV79.23171.33122.84-

RGB Variations

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

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.70%
R=24.32%
G=22.97%
B=52.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72681560.540.5600.39242.7339.2943.92
Hex48449C3638027f3272c
Octal11010423466700473634754
Binary1001000100010010011100110110111000010011111110011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>