Html Css Color HEX #404498 Dark Slate Blue

📋 copy color: '#404498'

red 64 ◦ green 68 ◦ blue 152

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

Shades of Dark Slate Blue #404498

Tints of Dark Slate Blue #404498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.52%

R = 22.54%
G = 23.94%
B = 53.52%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#404498 (or 0x404498) is known color: Dark Slate Blue. HEX triplet: 40, 44 and 98. RGB value is (64,68,152). Sum of RGB (Red+Green+Blue) = 64+68+152=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #404498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404498 is #BFBB67. Grayscale: #4C4C4C. Windows color (decimal): -12565352 or 9978944. OLE color: 9978944.

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

Color convert

RGB 64 68 152 -
CMYK 0.58 0.55 0 0.40
HSL 237.27º 0.41% 0.42% -
HSV(B) 237.27º 0.58% 0.6% -
XYZ 9.85 7.49 30.63 -
YUV 76.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 64 68 152 0.58 0.55 0 0.40 237.27 0.41 0.42
Hex 40 44 98 3A 37 0 28 ED 29 2A
Octal 100 104 230 72 67 0 50 355 51 52
Binary 1000000 1000100 10011000 111010 110111 0 101000 11101101 101001 101010

Color Harmonies of #404498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404498

Black with #404498

Text Example


Text Example

White with #404498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404498; }

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

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

background-color css

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

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

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

border-color css

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

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

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