#48449A

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

Shades of Dark Slate Blue #48449A

Tints of Dark Slate Blue #48449A

Color information

#48449A (or 0x48449A) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 44 and 9A. RGB value is (72,68,154). Sum of RGB (Red+Green+Blue) = 72+68+154=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #48449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48449A is #B7BB65. Grayscale: #4E4E4E. Windows color (decimal): -12041062 or 10110024. OLE color: 10110024.

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

Color convert

RGB7268154-
CMYK0.530.5600.40
HSL242.79º38.74%43.53%-
HSV(B)242.79º55.84%60.39%-
XYZ10.577.8531.53-
YUV79170.33123.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 154 (60.55% from 255) = 52.38%
R=24.49%
G=23.13%
B=52.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72681540.530.5600.40242.7938.7443.53
Hex48449A3538028f3272c
Octal11010423265700503634754
Binary1001000100010010011010110101111000010100011110011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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