Html Css Color HEX #404499 Dark Slate Blue

📋 copy color: '#404499'

red 64 ◦ green 68 ◦ blue 153

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

Shades of Dark Slate Blue #404499

Tints of Dark Slate Blue #404499

RGB

 RED value IS 64 (25.39% from 255) = 22.46%

 GREEN value IS 68 (26.95% from 255) = 23.86%

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

R = 22.46%
G = 23.86%
B = 53.68%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#404499 (or 0x404499) is known color: Dark Slate Blue. HEX triplet: 40, 44 and 99. RGB value is (64,68,153). Sum of RGB (Red+Green+Blue) = 64+68+153=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #404499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404499 is #BFBB66. Grayscale: #4C4C4C. Windows color (decimal): -12565351 or 10044480. OLE color: 10044480.

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

Color convert

RGB 64 68 153 -
CMYK 0.58 0.56 0 0.4
HSL 237.3º 0.41% 0.43% -
HSV(B) 237.3º 0.58% 0.6% -
XYZ 9.93 7.52 31.07 -
YUV 76.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 64 68 153 0.58 0.56 0 0.4 237.3 0.41 0.43
Hex 40 44 99 3A 38 0 28 ED 29 2B
Octal 100 104 231 72 70 0 50 355 51 53
Binary 1000000 1000100 10011001 111010 111000 0 101000 11101101 101001 101011

Color Harmonies of #404499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404499

Black with #404499

Text Example


Text Example

White with #404499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404499; }

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

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

background-color css

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

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

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

border-color css

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

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

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