Html Css Color HEX #404198 Dark Slate Blue

📋 copy color: '#404198'

red 64 ◦ green 65 ◦ blue 152

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

Shades of Dark Slate Blue #404198

Tints of Dark Slate Blue #404198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 22.78%
G = 23.13%
B = 54.09%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#404198 (or 0x404198) is known color: Dark Slate Blue. HEX triplet: 40, 41 and 98. RGB value is (64,65,152). Sum of RGB (Red+Green+Blue) = 64+65+152=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #404198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404198 is #BFBE67. Grayscale: #4A4A4A. Windows color (decimal): -12566120 or 9978176. OLE color: 9978176.

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

Color convert

RGB 64 65 152 -
CMYK 0.58 0.57 0 0.40
HSL 239.32º 0.41% 0.42% -
HSV(B) 239.32º 0.58% 0.6% -
XYZ 9.67 7.14 30.57 -
YUV 74.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 64 65 152 0.58 0.57 0 0.40 239.32 0.41 0.42
Hex 40 41 98 3A 39 0 28 EF 29 2A
Octal 100 101 230 72 71 0 50 357 51 52
Binary 1000000 1000001 10011000 111010 111001 0 101000 11101111 101001 101010

Color Harmonies of #404198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404198

Black with #404198

Text Example


Text Example

White with #404198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404198; }

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

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

background-color css

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

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

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

border-color css

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

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

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