#46438B

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

Shades of Dark Slate Blue #46438B

Tints of Dark Slate Blue #46438B

Color information

#46438B (or 0x46438B) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 43 and 8B. RGB value is (70,67,139). Sum of RGB (Red+Green+Blue) = 70+67+139=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #46438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46438B is #B9BC74. Grayscale: #4B4B4B. Windows color (decimal): -12172405 or 9126726. OLE color: 9126726.

HSL color Cylindrical-coordinate representation of color #46438B: hue angle of 242.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46438B is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7067139-
CMYK0.500.5200.45
HSL242.5º34.95%40.39%-
HSV(B)242.5º51.8%54.51%-
XYZ9.197.1825.33-
YUV76.1163.49123.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=25.36%
G=24.28%
B=50.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70671390.500.5200.45242.534.9540.39
Hex46438B323402Df22328
Octal10610321362640553624350
Binary1000110100001110001011110010110100010110111110010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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