#404298

Color #404298 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #404298

Tints of Dark Slate Blue #404298

Color information

#404298 (or 0x404298) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 42 and 98. RGB value is (64,66,152). Sum of RGB (Red+Green+Blue) = 64+66+152=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #404298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404298 is #BFBD67. Grayscale: #4A4A4A. Windows color (decimal): -12565864 or 9978432. OLE color: 9978432.

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

Color convert

RGB6466152-
CMYK0.580.5700.40
HSL238.64º40.74%42.35%-
HSV(B)238.64º57.89%59.61%-
XYZ9.737.2530.59-
YUV75.21171.34120.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 152 (59.77% from 255) = 53.90%
R=22.70%
G=23.40%
B=53.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64661520.580.5700.40238.6440.7442.35
Hex4042983A39028ef292a
Octal10010223072710503575152
Binary1000000100001010011000111010111001010100011101111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404298; }

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

 H1.HeaderClassName
 {
   color: #404298;
 }
 .AnyTagClassName
 {
   color: #404298;
 }
</style>
background-color css

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

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

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

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

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

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