Html Css Color HEX #44428D Dark Slate Blue

📋 copy color: '#44428D'

red 68 ◦ green 66 ◦ blue 141

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

Shades of Dark Slate Blue #44428D

Tints of Dark Slate Blue #44428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.27%

R = 24.73%
G = 24%
B = 51.27%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44428D (or 0x44428D) is known color: Dark Slate Blue. HEX triplet: 44, 42 and 8D. RGB value is (68,66,141). Sum of RGB (Red+Green+Blue) = 68+66+141=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #44428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44428D is #BBBD72. Grayscale: #4A4A4A. Windows color (decimal): -12303731 or 9257540. OLE color: 9257540.

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

Color convert

RGB 68 66 141 -
CMYK 0.52 0.53 0 0.45
HSL 241.6º 0.36% 0.41% -
HSV(B) 241.6º 0.53% 0.55% -
XYZ 9.14 7.05 26.08 -
YUV 75.15 165.16 122.9 -
System Red Green Blue C M Y K H S L
Decimal 68 66 141 0.52 0.53 0 0.45 241.6 0.36 0.41
Hex 44 42 8D 34 35 0 2D F2 24 29
Octal 104 102 215 64 65 0 55 362 44 51
Binary 1000100 1000010 10001101 110100 110101 0 101101 11110010 100100 101001

Color Harmonies of #44428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44428D

Black with #44428D

Text Example


Text Example

White with #44428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44428D;
 }
 .AnyTagClassName
 {
   color: #44428D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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