#43448D

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

Shades of Dark Slate Blue #43448D

Tints of Dark Slate Blue #43448D

Color information

#43448D (or 0x43448D) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 44 and 8D. RGB value is (67,68,141). Sum of RGB (Red+Green+Blue) = 67+68+141=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #43448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43448D is #BCBB72. Grayscale: #4B4B4B. Windows color (decimal): -12368755 or 9258051. OLE color: 9258051.

HSL color Cylindrical-coordinate representation of color #43448D: hue angle of 239.19º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43448D is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6768141-
CMYK0.520.5200.45
HSL239.19º35.58%40.78%-
HSV(B)239.19º52.48%55.29%-
XYZ9.197.2526.11-
YUV76.02164.67121.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.28%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=24.28%
G=24.64%
B=51.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67681410.520.5200.45239.1935.5840.78
Hex43448D343402Def2429
Octal10310421564640553574451
Binary1000011100010010001101110100110100010110111101111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43448D; }

 p { color: rgb(67,68,141); }

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

<style>
 a { background-color: #43448D; }

 a { background-color: rgb(67,68,141); }

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

<style>
 span { border-color: #43448D; }

 span { border-color: rgb(67,68,141); }

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