Html Css Color HEX #444299 Dark Slate Blue

📋 copy color: '#444299'

red 68 ◦ green 66 ◦ blue 153

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

Shades of Dark Slate Blue #444299

Tints of Dark Slate Blue #444299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.31%

R = 23.69%
G = 23%
B = 53.31%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#444299 (or 0x444299) is known color: Dark Slate Blue. HEX triplet: 44, 42 and 99. RGB value is (68,66,153). Sum of RGB (Red+Green+Blue) = 68+66+153=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #444299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444299 is #BBBD66. Grayscale: #4C4C4C. Windows color (decimal): -12303719 or 10043972. OLE color: 10043972.

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

Color convert

RGB 68 66 153 -
CMYK 0.56 0.57 0 0.4
HSL 241.38º 0.4% 0.43% -
HSV(B) 241.38º 0.57% 0.6% -
XYZ 10.08 7.43 31.04 -
YUV 76.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 68 66 153 0.56 0.57 0 0.4 241.38 0.4 0.43
Hex 44 42 99 38 39 0 28 F1 28 2B
Octal 104 102 231 70 71 0 50 361 50 53
Binary 1000100 1000010 10011001 111000 111001 0 101000 11110001 101000 101011

Color Harmonies of #444299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444299

Black with #444299

Text Example


Text Example

White with #444299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444299; }

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

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

background-color css

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

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

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

border-color css

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

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

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