Html Css Color HEX #444191 Dark Slate Blue

📋 copy color: '#444191'

red 68 ◦ green 65 ◦ blue 145

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

Shades of Dark Slate Blue #444191

Tints of Dark Slate Blue #444191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

 BLUE value IS 145 (57.03% from 255) = 52.16%

R = 24.46%
G = 23.38%
B = 52.16%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#444191 (or 0x444191) is known color: Dark Slate Blue. HEX triplet: 44, 41 and 91. RGB value is (68,65,145). Sum of RGB (Red+Green+Blue) = 68+65+145=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #444191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444191 is #BBBE6E. Grayscale: #4A4A4A. Windows color (decimal): -12303983 or 9519428. OLE color: 9519428.

HSL color Cylindrical-coordinate representation of color #444191: hue angle of 242.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #444191 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 65 145 -
CMYK 0.53 0.55 0 0.43
HSL 242.25º 0.38% 0.41% -
HSV(B) 242.25º 0.55% 0.57% -
XYZ 9.39 7.05 27.65 -
YUV 75.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 68 65 145 0.53 0.55 0 0.43 242.25 0.38 0.41
Hex 44 41 91 35 37 0 2B F2 26 29
Octal 104 101 221 65 67 0 53 362 46 51
Binary 1000100 1000001 10010001 110101 110111 0 101011 11110010 100110 101001

Color Harmonies of #444191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444191

Black with #444191

Text Example


Text Example

White with #444191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444191; }

 p { color: rgb(68,65,145); }

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

background-color css

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

 a { background-color: rgb(68,65,145); }

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

border-color css

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

 span { border-color: rgb(68,65,145); }

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