Html Css Color HEX #444696 Dark Slate Blue

📋 copy color: '#444696'

red 68 ◦ green 70 ◦ blue 150

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

Shades of Dark Slate Blue #444696

Tints of Dark Slate Blue #444696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 23.61%
G = 24.31%
B = 52.08%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#444696 (or 0x444696) is known color: Dark Slate Blue. HEX triplet: 44, 46 and 96. RGB value is (68,70,150). Sum of RGB (Red+Green+Blue) = 68+70+150=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #444696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444696 is #BBB969. Grayscale: #4E4E4E. Windows color (decimal): -12302698 or 9848388. OLE color: 9848388.

HSL color Cylindrical-coordinate representation of color #444696: hue angle of 238.54º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #444696 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 70 150 -
CMYK 0.55 0.53 0 0.41
HSL 238.54º 0.38% 0.43% -
HSV(B) 238.54º 0.55% 0.59% -
XYZ 10.08 7.81 29.83 -
YUV 78.52 168.34 120.5 -
System Red Green Blue C M Y K H S L
Decimal 68 70 150 0.55 0.53 0 0.41 238.54 0.38 0.43
Hex 44 46 96 37 35 0 29 EF 26 2B
Octal 104 106 226 67 65 0 51 357 46 53
Binary 1000100 1000110 10010110 110111 110101 0 101001 11101111 100110 101011

Color Harmonies of #444696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444696

Black with #444696

Text Example


Text Example

White with #444696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444696; }

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

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

background-color css

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

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

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

border-color css

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

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

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