#424495

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

Shades of Dark Slate Blue #424495

Tints of Dark Slate Blue #424495

Color information

#424495 (or 0x424495) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 44 and 95. RGB value is (66,68,149). Sum of RGB (Red+Green+Blue) = 66+68+149=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #424495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424495 is #BDBB6A. Grayscale: #4C4C4C. Windows color (decimal): -12434283 or 9782338. OLE color: 9782338.

HSL color Cylindrical-coordinate representation of color #424495: hue angle of 238.55º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424495 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6668149-
CMYK0.560.5400.42
HSL238.55º38.6%42.16%-
HSV(B)238.55º55.7%58.43%-
XYZ9.747.4629.36-
YUV76.64168.84120.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=23.32%
G=24.03%
B=52.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66681490.560.5400.42238.5538.642.16
Hex424495383602Aef272a
Octal10210422570660523574752
Binary1000010100010010010101111000110110010101011101111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424495; }

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

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

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

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

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

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

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

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