#464294

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

Shades of Dark Slate Blue #464294

Tints of Dark Slate Blue #464294

Color information

#464294 (or 0x464294) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 42 and 94. RGB value is (70,66,148). Sum of RGB (Red+Green+Blue) = 70+66+148=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #464294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464294 is #B9BD6B. Grayscale: #4C4C4C. Windows color (decimal): -12172652 or 9716294. OLE color: 9716294.

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

Color convert

RGB7066148-
CMYK0.530.5500.42
HSL242.93º38.32%41.96%-
HSV(B)242.93º55.41%58.04%-
XYZ9.827.3428.92-
YUV76.54168.33123.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=24.65%
G=23.24%
B=52.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70661480.530.5500.42242.9338.3241.96
Hex464294353702Af3262a
Octal10610222465670523634652
Binary1000110100001010010100110101110111010101011110011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464294; }

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

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

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

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

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

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

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

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