Html Css Color HEX #444194 Dark Slate Blue

📋 copy color: '#444194'

red 68 ◦ green 65 ◦ blue 148

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

Shades of Dark Slate Blue #444194

Tints of Dark Slate Blue #444194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.67%

R = 24.2%
G = 23.13%
B = 52.67%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#444194 (or 0x444194) is known color: Dark Slate Blue. HEX triplet: 44, 41 and 94. RGB value is (68,65,148). Sum of RGB (Red+Green+Blue) = 68+65+148=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #444194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444194 is #BBBE6B. Grayscale: #4B4B4B. Windows color (decimal): -12303980 or 9716036. OLE color: 9716036.

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

Color convert

RGB 68 65 148 -
CMYK 0.54 0.56 0 0.42
HSL 242.17º 0.39% 0.42% -
HSV(B) 242.17º 0.56% 0.58% -
XYZ 9.62 7.15 28.89 -
YUV 75.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 68 65 148 0.54 0.56 0 0.42 242.17 0.39 0.42
Hex 44 41 94 36 38 0 2A F2 27 2A
Octal 104 101 224 66 70 0 52 362 47 52
Binary 1000100 1000001 10010100 110110 111000 0 101010 11110010 100111 101010

Color Harmonies of #444194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444194

Black with #444194

Text Example


Text Example

White with #444194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444194; }

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

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

background-color css

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

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

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

border-color css

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

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

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