#464299

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

Shades of Dark Slate Blue #464299

Tints of Dark Slate Blue #464299

Color information

#464299 (or 0x464299) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 42 and 99. RGB value is (70,66,153). Sum of RGB (Red+Green+Blue) = 70+66+153=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #464299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464299 is #B9BD66. Grayscale: #4C4C4C. Windows color (decimal): -12172647 or 10043974. OLE color: 10043974.

HSL color Cylindrical-coordinate representation of color #464299: hue angle of 242.76º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464299 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7066153-
CMYK0.540.5700.4
HSL242.76º39.73%42.94%-
HSV(B)242.76º56.86%60%-
XYZ10.227.531.05-
YUV77.11170.83122.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=24.22%
G=22.84%
B=52.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70661530.540.5700.4242.7639.7342.94
Hex4642993639028f3282b
Octal10610223166710503635053
Binary1000110100001010011001110110111001010100011110011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464299; }

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

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

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

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

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

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

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

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