#424499

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

Shades of Dark Slate Blue #424499

Tints of Dark Slate Blue #424499

Color information

#424499 (or 0x424499) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 44 and 99. RGB value is (66,68,153). Sum of RGB (Red+Green+Blue) = 66+68+153=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #424499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424499 is #BDBB66. Grayscale: #4C4C4C. Windows color (decimal): -12434279 or 10044482. OLE color: 10044482.

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

Color convert

RGB6668153-
CMYK0.570.5600.4
HSL238.62º39.73%42.94%-
HSV(B)238.62º56.86%60%-
XYZ10.067.5931.07-
YUV77.09170.84120.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=23.00%
G=23.69%
B=53.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66681530.570.5600.4238.6239.7342.94
Hex4244993938028ef282b
Octal10210423171700503575053
Binary1000010100010010011001111001111000010100011101111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424499; }

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

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

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

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

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

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

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

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