Html Css Color HEX #444690 Dark Slate Blue

📋 copy color: '#444690'

red 68 ◦ green 70 ◦ blue 144

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

Shades of Dark Slate Blue #444690

Tints of Dark Slate Blue #444690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.82%

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 24.11%
G = 24.82%
B = 51.06%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#444690 (or 0x444690) is known color: Dark Slate Blue. HEX triplet: 44, 46 and 90. RGB value is (68,70,144). Sum of RGB (Red+Green+Blue) = 68+70+144=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #444690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444690 is #BBB96F. Grayscale: #4D4D4D. Windows color (decimal): -12302704 or 9455172. OLE color: 9455172.

HSL color Cylindrical-coordinate representation of color #444690: hue angle of 238.42º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #444690 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 70 144 -
CMYK 0.53 0.51 0 0.44
HSL 238.42º 0.36% 0.42% -
HSV(B) 238.42º 0.53% 0.56% -
XYZ 9.61 7.62 27.35 -
YUV 77.84 165.34 120.98 -
System Red Green Blue C M Y K H S L
Decimal 68 70 144 0.53 0.51 0 0.44 238.42 0.36 0.42
Hex 44 46 90 35 33 0 2C EE 24 2A
Octal 104 106 220 65 63 0 54 356 44 52
Binary 1000100 1000110 10010000 110101 110011 0 101100 11101110 100100 101010

Color Harmonies of #444690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444690

Black with #444690

Text Example


Text Example

White with #444690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444690; }

 p { color: rgb(68,70,144); }

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

background-color css

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

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

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

border-color css

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

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

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