Html Css Color HEX #404098 Dark Slate Blue

📋 copy color: '#404098'

red 64 ◦ green 64 ◦ blue 152

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

Shades of Dark Slate Blue #404098

Tints of Dark Slate Blue #404098

RGB

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

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

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

R = 22.86%
G = 22.86%
B = 54.29%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#404098 (or 0x404098) is known color: Dark Slate Blue. HEX triplet: 40, 40 and 98. RGB value is (64,64,152). Sum of RGB (Red+Green+Blue) = 64+64+152=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #404098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404098 is #BFBF67. Grayscale: #494949. Windows color (decimal): -12566376 or 9977920. OLE color: 9977920.

HSL color Cylindrical-coordinate representation of color #404098: hue angle of 240º 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 #404098 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 64 152 -
CMYK 0.58 0.58 0 0.40
HSL 240º 0.41% 0.42% -
HSV(B) 240º 0.58% 0.6% -
XYZ 9.62 7.02 30.55 -
YUV 74.03 172 120.84 -
System Red Green Blue C M Y K H S L
Decimal 64 64 152 0.58 0.58 0 0.40 240 0.41 0.42
Hex 40 40 98 3A 3A 0 28 F0 29 2A
Octal 100 100 230 72 72 0 50 360 51 52
Binary 1000000 1000000 10011000 111010 111010 0 101000 11110000 101001 101010

Color Harmonies of #404098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404098

Black with #404098

Text Example


Text Example

White with #404098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404098; }

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

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

background-color css

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

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

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

border-color css

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

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

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