Html Css Color HEX #444292 Dark Slate Blue

📋 copy color: '#444292'

red 68 ◦ green 66 ◦ blue 146

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

Shades of Dark Slate Blue #444292

Tints of Dark Slate Blue #444292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 24.29%
G = 23.57%
B = 52.14%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#444292 (or 0x444292) is known color: Dark Slate Blue. HEX triplet: 44, 42 and 92. RGB value is (68,66,146). Sum of RGB (Red+Green+Blue) = 68+66+146=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #444292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444292 is #BBBD6D. Grayscale: #4B4B4B. Windows color (decimal): -12303726 or 9585220. OLE color: 9585220.

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

Color convert

RGB 68 66 146 -
CMYK 0.53 0.55 0 0.43
HSL 241.5º 0.38% 0.42% -
HSV(B) 241.5º 0.55% 0.57% -
XYZ 9.52 7.2 28.08 -
YUV 75.72 167.66 122.5 -
System Red Green Blue C M Y K H S L
Decimal 68 66 146 0.53 0.55 0 0.43 241.5 0.38 0.42
Hex 44 42 92 35 37 0 2B F2 26 2A
Octal 104 102 222 65 67 0 53 362 46 52
Binary 1000100 1000010 10010010 110101 110111 0 101011 11110010 100110 101010

Color Harmonies of #444292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444292

Black with #444292

Text Example


Text Example

White with #444292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444292; }

 p { color: rgb(68,66,146); }

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

background-color css

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

 a { background-color: rgb(68,66,146); }

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

border-color css

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

 span { border-color: rgb(68,66,146); }

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