#464283

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

Shades of Dark Slate Blue #464283

Tints of Dark Slate Blue #464283

Color information

#464283 (or 0x464283) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 42 and 83. RGB value is (70,66,131). Sum of RGB (Red+Green+Blue) = 70+66+131=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #464283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464283 is #B9BD7C. Grayscale: #4A4A4A. Windows color (decimal): -12172669 or 8602182. OLE color: 8602182.

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

Color convert

RGB7066131-
CMYK0.470.5000.49
HSL243.69º32.99%38.63%-
HSV(B)243.69º49.62%51.37%-
XYZ8.576.8422.34-
YUV74.61159.83124.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 131 (51.56% from 255) = 49.06%
R=26.22%
G=24.72%
B=49.06%

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
Decimal70661310.470.5000.49243.6932.9938.63
Hex4642832F32031f42127
Octal10610220357620613644147
Binary1000110100001010000011101111110010011000111110100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464283; }

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

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

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

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

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

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

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

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