Html Css Color HEX #444595 Dark Slate Blue

📋 copy color: '#444595'

red 68 ◦ green 69 ◦ blue 149

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

Shades of Dark Slate Blue #444595

Tints of Dark Slate Blue #444595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.13%

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

R = 23.78%
G = 24.13%
B = 52.1%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#444595 (or 0x444595) is known color: Dark Slate Blue. HEX triplet: 44, 45 and 95. RGB value is (68,69,149). Sum of RGB (Red+Green+Blue) = 68+69+149=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #444595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444595 is #BBBA6A. Grayscale: #4D4D4D. Windows color (decimal): -12302955 or 9782596. OLE color: 9782596.

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

Color convert

RGB 68 69 149 -
CMYK 0.54 0.54 0 0.42
HSL 239.26º 0.37% 0.43% -
HSV(B) 239.26º 0.54% 0.58% -
XYZ 9.94 7.66 29.39 -
YUV 77.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 68 69 149 0.54 0.54 0 0.42 239.26 0.37 0.43
Hex 44 45 95 36 36 0 2A EF 25 2B
Octal 104 105 225 66 66 0 52 357 45 53
Binary 1000100 1000101 10010101 110110 110110 0 101010 11101111 100101 101011

Color Harmonies of #444595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444595

Black with #444595

Text Example


Text Example

White with #444595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444595; }

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

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

background-color css

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

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

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

border-color css

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

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

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