Html Css Color HEX #444083 Dark Slate Blue

📋 copy color: '#444083'

red 68 ◦ green 64 ◦ blue 131

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

Shades of Dark Slate Blue #444083

Tints of Dark Slate Blue #444083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

 BLUE value IS 131 (51.56% from 255) = 49.81%

R = 25.86%
G = 24.33%
B = 49.81%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#444083 (or 0x444083) is known color: Dark Slate Blue. HEX triplet: 44, 40 and 83. RGB value is (68,64,131). Sum of RGB (Red+Green+Blue) = 68+64+131=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 131 (51.56% from 255 or 49.81% from 263); Max value from RGB is 131 - color contains mainly: blue. Hex color #444083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444083 is #BBBF7C. Grayscale: #484848. Windows color (decimal): -12304253 or 8601668. OLE color: 8601668.

HSL color Cylindrical-coordinate representation of color #444083: hue angle of 243.58º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #444083 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 64 131 -
CMYK 0.48 0.51 0 0.49
HSL 243.58º 0.34% 0.38% -
HSV(B) 243.58º 0.51% 0.51% -
XYZ 8.31 6.53 22.3 -
YUV 72.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 68 64 131 0.48 0.51 0 0.49 243.58 0.34 0.38
Hex 44 40 83 30 33 0 31 F4 22 26
Octal 104 100 203 60 63 0 61 364 42 46
Binary 1000100 1000000 10000011 110000 110011 0 110001 11110100 100010 100110

Color Harmonies of #444083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444083

Black with #444083

Text Example


Text Example

White with #444083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444083; }

 p { color: rgb(68,64,131); }

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

background-color css

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

 a { background-color: rgb(68,64,131); }

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

border-color css

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

 span { border-color: rgb(68,64,131); }

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