#464295

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

Shades of Dark Slate Blue #464295

Tints of Dark Slate Blue #464295

Color information

#464295 (or 0x464295) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 42 and 95. RGB value is (70,66,149). Sum of RGB (Red+Green+Blue) = 70+66+149=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #464295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464295 is #B9BD6A. Grayscale: #4C4C4C. Windows color (decimal): -12172651 or 9781830. OLE color: 9781830.

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

Color convert

RGB7066149-
CMYK0.530.5600.42
HSL242.89º38.6%42.16%-
HSV(B)242.89º55.7%58.43%-
XYZ9.97.3729.33-
YUV76.66168.83123.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=24.56%
G=23.16%
B=52.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70661490.530.5600.42242.8938.642.16
Hex464295353802Af3272a
Octal10610222565700523634752
Binary1000110100001010010101110101111000010101011110011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464295; }

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

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

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

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

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

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

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

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