Html Css Color HEX #444295 Dark Slate Blue

📋 copy color: '#444295'

red 68 ◦ green 66 ◦ blue 149

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

Shades of Dark Slate Blue #444295

Tints of Dark Slate Blue #444295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

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

R = 24.03%
G = 23.32%
B = 52.65%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#444295 (or 0x444295) is known color: Dark Slate Blue. HEX triplet: 44, 42 and 95. RGB value is (68,66,149). Sum of RGB (Red+Green+Blue) = 68+66+149=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #444295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444295 is #BBBD6A. Grayscale: #4B4B4B. Windows color (decimal): -12303723 or 9781828. OLE color: 9781828.

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

Color convert

RGB 68 66 149 -
CMYK 0.54 0.56 0 0.42
HSL 241.45º 0.39% 0.42% -
HSV(B) 241.45º 0.56% 0.58% -
XYZ 9.76 7.3 29.33 -
YUV 76.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 68 66 149 0.54 0.56 0 0.42 241.45 0.39 0.42
Hex 44 42 95 36 38 0 2A F1 27 2A
Octal 104 102 225 66 70 0 52 361 47 52
Binary 1000100 1000010 10010101 110110 111000 0 101010 11110001 100111 101010

Color Harmonies of #444295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444295

Black with #444295

Text Example


Text Example

White with #444295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444295; }

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

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

background-color css

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

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

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

border-color css

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

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

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