#46387C

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

Shades of Dark Slate Blue #46387C

Tints of Dark Slate Blue #46387C

Color information

#46387C (or 0x46387C) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 38 and 7C. RGB value is (70,56,124). Sum of RGB (Red+Green+Blue) = 70+56+124=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #46387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46387C is #B9C783. Grayscale: #434343. Windows color (decimal): -12175236 or 8140870. OLE color: 8140870.

HSL color Cylindrical-coordinate representation of color #46387C: hue angle of 252.35º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46387C is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7056124-
CMYK0.440.5500.51
HSL252.35º37.78%35.29%-
HSV(B)252.35º54.84%48.63%-
XYZ7.585.5919.75-
YUV67.94159.64129.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 124 (48.83% from 255) = 49.6%
R=28%
G=22.4%
B=49.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70561240.440.5500.51252.3537.7835.29
Hex46387C2C37033fc2623
Octal1067017454670633744643
Binary10001101110001111100101100110111011001111111100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46387C; }

 p { color: rgb(70,56,124); }

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

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

 a { background-color: rgb(70,56,124); }

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

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

 span { border-color: rgb(70,56,124); }

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