Html Css Color HEX #444095 Dark Slate Blue

📋 copy color: '#444095'

red 68 ◦ green 64 ◦ blue 149

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

Shades of Dark Slate Blue #444095

Tints of Dark Slate Blue #444095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.02%

R = 24.2%
G = 22.78%
B = 53.02%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#444095 (or 0x444095) is known color: Dark Slate Blue. HEX triplet: 44, 40 and 95. RGB value is (68,64,149). Sum of RGB (Red+Green+Blue) = 68+64+149=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #444095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444095 is #BBBF6A. Grayscale: #4A4A4A. Windows color (decimal): -12304235 or 9781316. OLE color: 9781316.

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

Color convert

RGB 68 64 149 -
CMYK 0.54 0.57 0 0.42
HSL 242.82º 0.4% 0.42% -
HSV(B) 242.82º 0.57% 0.58% -
XYZ 9.64 7.07 29.29 -
YUV 74.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 68 64 149 0.54 0.57 0 0.42 242.82 0.4 0.42
Hex 44 40 95 36 39 0 2A F3 28 2A
Octal 104 100 225 66 71 0 52 363 50 52
Binary 1000100 1000000 10010101 110110 111001 0 101010 11110011 101000 101010

Color Harmonies of #444095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444095

Black with #444095

Text Example


Text Example

White with #444095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444095; }

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

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

background-color css

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

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

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

border-color css

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

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

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