#46488C

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

Shades of Dark Slate Blue #46488C

Tints of Dark Slate Blue #46488C

Color information

#46488C (or 0x46488C) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 48 and 8C. RGB value is (70,72,140). Sum of RGB (Red+Green+Blue) = 70+72+140=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #46488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46488C is #B9B773. Grayscale: #4E4E4E. Windows color (decimal): -12171124 or 9193542. OLE color: 9193542.

HSL color Cylindrical-coordinate representation of color #46488C: hue angle of 238.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46488C is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7072140-
CMYK0.500.4900.45
HSL238.29º33.33%41.18%-
HSV(B)238.29º50%54.9%-
XYZ9.587.8325.82-
YUV79.15162.34121.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 140 (55.08% from 255) = 49.65%
R=24.82%
G=25.53%
B=49.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70721400.500.4900.45238.2933.3341.18
Hex46488C323102Dee2129
Octal10611021462610553564151
Binary1000110100100010001100110010110001010110111101110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,72,140); }

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

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

 a { background-color: rgb(70,72,140); }

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

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

 span { border-color: rgb(70,72,140); }

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