Html Css Color HEX #444693 Dark Slate Blue

📋 copy color: '#444693'

red 68 ◦ green 70 ◦ blue 147

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

Shades of Dark Slate Blue #444693

Tints of Dark Slate Blue #444693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.56%

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 23.86%
G = 24.56%
B = 51.58%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#444693 (or 0x444693) is known color: Dark Slate Blue. HEX triplet: 44, 46 and 93. RGB value is (68,70,147). Sum of RGB (Red+Green+Blue) = 68+70+147=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #444693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444693 is #BBB96C. Grayscale: #4D4D4D. Windows color (decimal): -12302701 or 9651780. OLE color: 9651780.

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

Color convert

RGB 68 70 147 -
CMYK 0.54 0.52 0 0.42
HSL 238.48º 0.37% 0.42% -
HSV(B) 238.48º 0.54% 0.58% -
XYZ 9.84 7.72 28.57 -
YUV 78.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 68 70 147 0.54 0.52 0 0.42 238.48 0.37 0.42
Hex 44 46 93 36 34 0 2A EE 25 2A
Octal 104 106 223 66 64 0 52 356 45 52
Binary 1000100 1000110 10010011 110110 110100 0 101010 11101110 100101 101010

Color Harmonies of #444693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444693

Black with #444693

Text Example


Text Example

White with #444693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444693; }

 p { color: rgb(68,70,147); }

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

background-color css

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

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

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

border-color css

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

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

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