#46368A

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

Shades of Dark Slate Blue #46368A

Tints of Dark Slate Blue #46368A

Color information

#46368A (or 0x46368A) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 36 and 8A. RGB value is (70,54,138). Sum of RGB (Red+Green+Blue) = 70+54+138=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #46368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46368A is #B9C975. Grayscale: #444444. Windows color (decimal): -12175734 or 9057862. OLE color: 9057862.

HSL color Cylindrical-coordinate representation of color #46368A: hue angle of 251.43º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46368A is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7054138-
CMYK0.490.6100.46
HSL251.43º43.75%37.65%-
HSV(B)251.43º60.87%54.12%-
XYZ8.435.7824.72-
YUV68.36167.3129.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=26.72%
G=20.61%
B=52.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70541380.490.6100.46251.4343.7537.65
Hex46368A313D02Efb2c26
Octal1066621261750563735446
Binary100011011011010001010110001111101010111011111011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,54,138); }

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

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

 a { background-color: rgb(70,54,138); }

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

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

 span { border-color: rgb(70,54,138); }

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