Html Css Color HEX #444494 Dark Slate Blue

📋 copy color: '#444494'

red 68 ◦ green 68 ◦ blue 148

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

Shades of Dark Slate Blue #444494

Tints of Dark Slate Blue #444494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

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

R = 23.94%
G = 23.94%
B = 52.11%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#444494 (or 0x444494) is known color: Dark Slate Blue. HEX triplet: 44, 44 and 94. RGB value is (68,68,148). Sum of RGB (Red+Green+Blue) = 68+68+148=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #444494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444494 is #BBBB6B. Grayscale: #4C4C4C. Windows color (decimal): -12303212 or 9716804. OLE color: 9716804.

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

Color convert

RGB 68 68 148 -
CMYK 0.54 0.54 0 0.42
HSL 240º 0.37% 0.42% -
HSV(B) 240º 0.54% 0.58% -
XYZ 9.8 7.5 28.95 -
YUV 77.12 168 121.5 -
System Red Green Blue C M Y K H S L
Decimal 68 68 148 0.54 0.54 0 0.42 240 0.37 0.42
Hex 44 44 94 36 36 0 2A F0 25 2A
Octal 104 104 224 66 66 0 52 360 45 52
Binary 1000100 1000100 10010100 110110 110110 0 101010 11110000 100101 101010

Color Harmonies of #444494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444494

Black with #444494

Text Example


Text Example

White with #444494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444494; }

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

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

background-color css

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

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

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

border-color css

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

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

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