#46438E

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

Shades of Dark Slate Blue #46438E

Tints of Dark Slate Blue #46438E

Color information

#46438E (or 0x46438E) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 43 and 8E. RGB value is (70,67,142). Sum of RGB (Red+Green+Blue) = 70+67+142=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #46438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46438E is #B9BC71. Grayscale: #4C4C4C. Windows color (decimal): -12172402 or 9323334. OLE color: 9323334.

HSL color Cylindrical-coordinate representation of color #46438E: hue angle of 242.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46438E is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7067142-
CMYK0.510.5300.44
HSL242.4º35.89%40.98%-
HSV(B)242.4º52.82%55.69%-
XYZ9.427.2726.5-
YUV76.45164.99123.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=25.09%
G=24.01%
B=50.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70671420.510.5300.44242.435.8940.98
Hex46438E333502Cf22429
Octal10610321663650543624451
Binary1000110100001110001110110011110101010110011110010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46438E; }

 p { color: rgb(70,67,142); }

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

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

 a { background-color: rgb(70,67,142); }

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

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

 span { border-color: rgb(70,67,142); }

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