#464183

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

Shades of Dark Slate Blue #464183

Tints of Dark Slate Blue #464183

Color information

#464183 (or 0x464183) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 41 and 83. RGB value is (70,65,131). Sum of RGB (Red+Green+Blue) = 70+65+131=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #464183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464183 is #B9BE7C. Grayscale: #494949. Windows color (decimal): -12172925 or 8601926. OLE color: 8601926.

HSL color Cylindrical-coordinate representation of color #464183: hue angle of 244.55º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464183 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7065131-
CMYK0.470.5000.49
HSL244.55º33.67%38.43%-
HSV(B)244.55º50.38%51.37%-
XYZ8.516.7222.32-
YUV74.02160.16125.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 131 (51.56% from 255) = 49.25%
R=26.32%
G=24.44%
B=49.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70651310.470.5000.49244.5533.6738.43
Hex4641832F32031f52226
Octal10610120357620613654246
Binary1000110100000110000011101111110010011000111110101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464183; }

 p { color: rgb(70,65,131); }

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

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

 a { background-color: rgb(70,65,131); }

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

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

 span { border-color: rgb(70,65,131); }

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