#46377F

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

Shades of Dark Slate Blue #46377F

Tints of Dark Slate Blue #46377F

Color information

#46377F (or 0x46377F) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 37 and 7F. RGB value is (70,55,127). Sum of RGB (Red+Green+Blue) = 70+55+127=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #46377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46377F is #B9C880. Grayscale: #434343. Windows color (decimal): -12175489 or 8337222. OLE color: 8337222.

HSL color Cylindrical-coordinate representation of color #46377F: hue angle of 252.5º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46377F is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7055127-
CMYK0.450.5700.50
HSL252.5º39.56%35.69%-
HSV(B)252.5º56.69%49.8%-
XYZ7.725.5720.75-
YUV67.69161.47129.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 127 (50% from 255) = 50.40%
R=27.78%
G=21.83%
B=50.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70551270.450.5700.50252.539.5635.69
Hex46377F2D39032fc2824
Octal1066717755710623745044
Binary10001101101111111111101101111001011001011111100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46377F; }

 p { color: rgb(70,55,127); }

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

<style>
 a { background-color: #46377F; }

 a { background-color: rgb(70,55,127); }

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

<style>
 span { border-color: #46377F; }

 span { border-color: rgb(70,55,127); }

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