#46429A

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

Shades of Dark Slate Blue #46429A

Tints of Dark Slate Blue #46429A

Color information

#46429A (or 0x46429A) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 42 and 9A. RGB value is (70,66,154). Sum of RGB (Red+Green+Blue) = 70+66+154=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #46429A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46429A is #B9BD65. Grayscale: #4C4C4C. Windows color (decimal): -12172646 or 10109510. OLE color: 10109510.

HSL color Cylindrical-coordinate representation of color #46429A: hue angle of 242.73º 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 #46429A is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7066154-
CMYK0.550.5700.40
HSL242.73º40%43.14%-
HSV(B)242.73º57.14%60.39%-
XYZ10.317.5331.48-
YUV77.23171.33122.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=24.14%
G=22.76%
B=53.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70661540.550.5700.40242.734043.14
Hex46429A3739028f3282b
Octal10610223267710503635053
Binary1000110100001010011010110111111001010100011110011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46429A; }

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

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

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

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

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

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

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

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