#48449B

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

Shades of Dark Slate Blue #48449B

Tints of Dark Slate Blue #48449B

Color information

#48449B (or 0x48449B) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 44 and 9B. RGB value is (72,68,155). Sum of RGB (Red+Green+Blue) = 72+68+155=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #48449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48449B is #B7BB64. Grayscale: #4E4E4E. Windows color (decimal): -12041061 or 10175560. OLE color: 10175560.

HSL color Cylindrical-coordinate representation of color #48449B: hue angle of 242.76º 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 #48449B is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7268155-
CMYK0.540.5600.39
HSL242.76º39.01%43.73%-
HSV(B)242.76º56.13%60.78%-
XYZ10.667.8831.97-
YUV79.11170.83122.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=24.41%
G=23.05%
B=52.54%

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
Decimal72681550.540.5600.39242.7639.0143.73
Hex48449B3638027f3272c
Octal11010423366700473634754
Binary1001000100010010011011110110111000010011111110011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48449B;
 }
 .AnyTagClassName
 {
   color: #48449B;
 }
</style>
background-color css

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

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

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

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

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

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