#424594

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

Shades of Dark Slate Blue #424594

Tints of Dark Slate Blue #424594

Color information

#424594 (or 0x424594) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 45 and 94. RGB value is (66,69,148). Sum of RGB (Red+Green+Blue) = 66+69+148=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #424594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424594 is #BDBA6B. Grayscale: #4C4C4C. Windows color (decimal): -12434028 or 9717058. OLE color: 9717058.

HSL color Cylindrical-coordinate representation of color #424594: hue angle of 237.8º 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 #424594 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6669148-
CMYK0.550.5300.42
HSL237.8º38.32%41.96%-
HSV(B)237.8º55.41%58.04%-
XYZ9.727.5528.96-
YUV77.11168.01120.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=23.32%
G=24.38%
B=52.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66691480.550.5300.42237.838.3241.96
Hex424594373502Aee262a
Octal10210522467650523564652
Binary1000010100010110010100110111110101010101011101110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424594; }

 p { color: rgb(66,69,148); }

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

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

 a { background-color: rgb(66,69,148); }

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

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

 span { border-color: rgb(66,69,148); }

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