Html Css Color HEX #444093 Dark Slate Blue

📋 copy color: '#444093'

red 68 ◦ green 64 ◦ blue 147

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

Shades of Dark Slate Blue #444093

Tints of Dark Slate Blue #444093

RGB

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

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

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

R = 24.37%
G = 22.94%
B = 52.69%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#444093 (or 0x444093) is known color: Dark Slate Blue. HEX triplet: 44, 40 and 93. RGB value is (68,64,147). Sum of RGB (Red+Green+Blue) = 68+64+147=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #444093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444093 is #BBBF6C. Grayscale: #4A4A4A. Windows color (decimal): -12304237 or 9650244. OLE color: 9650244.

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

Color convert

RGB 68 64 147 -
CMYK 0.54 0.56 0 0.42
HSL 242.89º 0.39% 0.41% -
HSV(B) 242.89º 0.56% 0.58% -
XYZ 9.48 7 28.46 -
YUV 74.66 168.83 123.25 -
System Red Green Blue C M Y K H S L
Decimal 68 64 147 0.54 0.56 0 0.42 242.89 0.39 0.41
Hex 44 40 93 36 38 0 2A F3 27 29
Octal 104 100 223 66 70 0 52 363 47 51
Binary 1000100 1000000 10010011 110110 111000 0 101010 11110011 100111 101001

Color Harmonies of #444093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444093

Black with #444093

Text Example


Text Example

White with #444093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444093; }

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

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

background-color css

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

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

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

border-color css

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

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

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