Html Css Color HEX #444090 Dark Slate Blue

📋 copy color: '#444090'

red 68 ◦ green 64 ◦ blue 144

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

Shades of Dark Slate Blue #444090

Tints of Dark Slate Blue #444090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

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

R = 24.64%
G = 23.19%
B = 52.17%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#444090 (or 0x444090) is known color: Dark Slate Blue. HEX triplet: 44, 40 and 90. RGB value is (68,64,144). Sum of RGB (Red+Green+Blue) = 68+64+144=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #444090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444090 is #BBBF6F. Grayscale: #4A4A4A. Windows color (decimal): -12304240 or 9453636. OLE color: 9453636.

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

Color convert

RGB 68 64 144 -
CMYK 0.53 0.56 0 0.44
HSL 243º 0.38% 0.41% -
HSV(B) 243º 0.56% 0.56% -
XYZ 9.25 6.91 27.23 -
YUV 74.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 68 64 144 0.53 0.56 0 0.44 243 0.38 0.41
Hex 44 40 90 35 38 0 2C F3 26 29
Octal 104 100 220 65 70 0 54 363 46 51
Binary 1000100 1000000 10010000 110101 111000 0 101100 11110011 100110 101001

Color Harmonies of #444090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444090

Black with #444090

Text Example


Text Example

White with #444090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444090; }

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

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

background-color css

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

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

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

border-color css

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

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

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