Html Css Color HEX #44429C Dark Slate Blue

📋 copy color: '#44429C'

red 68 ◦ green 66 ◦ blue 156

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

Shades of Dark Slate Blue #44429C

Tints of Dark Slate Blue #44429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.79%

R = 23.45%
G = 22.76%
B = 53.79%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44429C (or 0x44429C) is known color: Dark Slate Blue. HEX triplet: 44, 42 and 9C. RGB value is (68,66,156). Sum of RGB (Red+Green+Blue) = 68+66+156=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #44429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44429C is #BBBD63. Grayscale: #4C4C4C. Windows color (decimal): -12303716 or 10240580. OLE color: 10240580.

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

Color convert

RGB 68 66 156 -
CMYK 0.56 0.58 0 0.39
HSL 241.33º 0.41% 0.44% -
HSV(B) 241.33º 0.58% 0.61% -
XYZ 10.33 7.53 32.36 -
YUV 76.86 172.66 121.68 -
System Red Green Blue C M Y K H S L
Decimal 68 66 156 0.56 0.58 0 0.39 241.33 0.41 0.44
Hex 44 42 9C 38 3A 0 27 F1 29 2C
Octal 104 102 234 70 72 0 47 361 51 54
Binary 1000100 1000010 10011100 111000 111010 0 100111 11110001 101001 101100

Color Harmonies of #44429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44429C

Black with #44429C

Text Example


Text Example

White with #44429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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