Html Css Color HEX #44429B Dark Slate Blue

📋 copy color: '#44429B'

red 68 ◦ green 66 ◦ blue 155

#44429B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #44429B

Tints of Dark Slate Blue #44429B

RGB

 RED value IS 68 (26.95% from 255) = 23.53%

 GREEN value IS 66 (26.17% from 255) = 22.84%

 BLUE value IS 155 (60.94% from 255) = 53.63%

R = 23.53%
G = 22.84%
B = 53.63%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44429B (or 0x44429B) is known color: Dark Slate Blue. HEX triplet: 44, 42 and 9B. RGB value is (68,66,155). Sum of RGB (Red+Green+Blue) = 68+66+155=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #44429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44429B is #BBBD64. Grayscale: #4C4C4C. Windows color (decimal): -12303717 or 10175044. OLE color: 10175044.

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

Color convert

RGB 68 66 155 -
CMYK 0.56 0.57 0 0.39
HSL 241.35º 0.4% 0.43% -
HSV(B) 241.35º 0.57% 0.61% -
XYZ 10.25 7.49 31.92 -
YUV 76.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 68 66 155 0.56 0.57 0 0.39 241.35 0.4 0.43
Hex 44 42 9B 38 39 0 27 F1 28 2B
Octal 104 102 233 70 71 0 47 361 50 53
Binary 1000100 1000010 10011011 111000 111001 0 100111 11110001 101000 101011

Color Harmonies of #44429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44429B

Black with #44429B

Text Example


Text Example

White with #44429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44429B;
 }
 .AnyTagClassName
 {
   color: #44429B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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