#44429A

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

Shades of Dark Slate Blue #44429A

Tints of Dark Slate Blue #44429A

Color information

#44429A (or 0x44429A) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 42 and 9A. RGB value is (68,66,154). Sum of RGB (Red+Green+Blue) = 68+66+154=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #44429A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44429A is #BBBD65. Grayscale: #4C4C4C. Windows color (decimal): -12303718 or 10109508. OLE color: 10109508.

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

Color convert

RGB6866154-
CMYK0.560.5700.40
HSL241.36º40%43.14%-
HSV(B)241.36º57.14%60.39%-
XYZ10.167.4631.48-
YUV76.63171.66121.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 154 (60.55% from 255) = 53.47%
R=23.61%
G=22.92%
B=53.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68661540.560.5700.40241.364043.14
Hex44429A3839028f1282b
Octal10410223270710503615053
Binary1000100100001010011010111000111001010100011110001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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