Html Css Color HEX #444195 Dark Slate Blue

📋 copy color: '#444195'

red 68 ◦ green 65 ◦ blue 149

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

Shades of Dark Slate Blue #444195

Tints of Dark Slate Blue #444195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

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

R = 24.11%
G = 23.05%
B = 52.84%

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

#444195 (or 0x444195) is known color: Dark Slate Blue. HEX triplet: 44, 41 and 95. RGB value is (68,65,149). Sum of RGB (Red+Green+Blue) = 68+65+149=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #444195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444195 is #BBBE6A. Grayscale: #4B4B4B. Windows color (decimal): -12303979 or 9781572. OLE color: 9781572.

HSL color Cylindrical-coordinate representation of color #444195: hue angle of 242.14º 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 #444195 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 65 149 -
CMYK 0.54 0.56 0 0.42
HSL 242.14º 0.39% 0.42% -
HSV(B) 242.14º 0.56% 0.58% -
XYZ 9.7 7.18 29.31 -
YUV 75.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 68 65 149 0.54 0.56 0 0.42 242.14 0.39 0.42
Hex 44 41 95 36 38 0 2A F2 27 2A
Octal 104 101 225 66 70 0 52 362 47 52
Binary 1000100 1000001 10010101 110110 111000 0 101010 11110010 100111 101010

Color Harmonies of #444195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444195

Black with #444195

Text Example


Text Example

White with #444195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444195; }

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

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

background-color css

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

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

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

border-color css

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

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

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