#424693

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

Shades of Dark Slate Blue #424693

Tints of Dark Slate Blue #424693

Color information

#424693 (or 0x424693) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 46 and 93. RGB value is (66,70,147). Sum of RGB (Red+Green+Blue) = 66+70+147=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #424693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424693 is #BDB96C. Grayscale: #4D4D4D. Windows color (decimal): -12433773 or 9651778. OLE color: 9651778.

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

Color convert

RGB6670147-
CMYK0.550.5200.42
HSL237.04º38.03%41.76%-
HSV(B)237.04º55.1%57.65%-
XYZ9.77.6528.57-
YUV77.58167.17119.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 147 (57.81% from 255) = 51.94%
R=23.32%
G=24.73%
B=51.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66701470.550.5200.42237.0438.0341.76
Hex424693373402Aed262a
Octal10210622367640523554652
Binary1000010100011010010011110111110100010101011101101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424693; }

 p { color: rgb(66,70,147); }

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

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

 a { background-color: rgb(66,70,147); }

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

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

 span { border-color: rgb(66,70,147); }

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