Html Css Color HEX #444092 Dark Slate Blue

📋 copy color: '#444092'

red 68 ◦ green 64 ◦ blue 146

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

Shades of Dark Slate Blue #444092

Tints of Dark Slate Blue #444092

RGB

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

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

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

R = 24.46%
G = 23.02%
B = 52.52%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#444092 (or 0x444092) is known color: Dark Slate Blue. HEX triplet: 44, 40 and 92. RGB value is (68,64,146). Sum of RGB (Red+Green+Blue) = 68+64+146=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #444092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444092 is #BBBF6D. Grayscale: #4A4A4A. Windows color (decimal): -12304238 or 9584708. OLE color: 9584708.

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

Color convert

RGB 68 64 146 -
CMYK 0.53 0.56 0 0.43
HSL 242.93º 0.39% 0.41% -
HSV(B) 242.93º 0.56% 0.57% -
XYZ 9.41 6.97 28.04 -
YUV 74.54 168.33 123.33 -
System Red Green Blue C M Y K H S L
Decimal 68 64 146 0.53 0.56 0 0.43 242.93 0.39 0.41
Hex 44 40 92 35 38 0 2B F3 27 29
Octal 104 100 222 65 70 0 53 363 47 51
Binary 1000100 1000000 10010010 110101 111000 0 101011 11110011 100111 101001

Color Harmonies of #444092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444092

Black with #444092

Text Example


Text Example

White with #444092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444092; }

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

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

background-color css

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

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

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

border-color css

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

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

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