Html Css Color HEX #444492 Dark Slate Blue

📋 copy color: '#444492'

red 68 ◦ green 68 ◦ blue 146

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

Shades of Dark Slate Blue #444492

Tints of Dark Slate Blue #444492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.77%

R = 24.11%
G = 24.11%
B = 51.77%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#444492 (or 0x444492) is known color: Dark Slate Blue. HEX triplet: 44, 44 and 92. RGB value is (68,68,146). Sum of RGB (Red+Green+Blue) = 68+68+146=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #444492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444492 is #BBBB6D. Grayscale: #4C4C4C. Windows color (decimal): -12303214 or 9585732. OLE color: 9585732.

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

Color convert

RGB 68 68 146 -
CMYK 0.53 0.53 0 0.43
HSL 240º 0.36% 0.42% -
HSV(B) 240º 0.53% 0.57% -
XYZ 9.64 7.44 28.12 -
YUV 76.89 167 121.66 -
System Red Green Blue C M Y K H S L
Decimal 68 68 146 0.53 0.53 0 0.43 240 0.36 0.42
Hex 44 44 92 35 35 0 2B F0 24 2A
Octal 104 104 222 65 65 0 53 360 44 52
Binary 1000100 1000100 10010010 110101 110101 0 101011 11110000 100100 101010

Color Harmonies of #444492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444492

Black with #444492

Text Example


Text Example

White with #444492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444492; }

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

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

background-color css

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

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

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

border-color css

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

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

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