#464282

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

Shades of Dark Slate Blue #464282

Tints of Dark Slate Blue #464282

Color information

#464282 (or 0x464282) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 42 and 82. RGB value is (70,66,130). Sum of RGB (Red+Green+Blue) = 70+66+130=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #464282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464282 is #B9BD7D. Grayscale: #4A4A4A. Windows color (decimal): -12172670 or 8536646. OLE color: 8536646.

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

Color convert

RGB7066130-
CMYK0.460.4900.49
HSL243.75º32.65%38.43%-
HSV(B)243.75º49.23%50.98%-
XYZ8.56.8121.99-
YUV74.49159.33124.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=26.32%
G=24.81%
B=48.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70661300.460.4900.49243.7532.6538.43
Hex4642822E31031f42126
Octal10610220256610613644146
Binary1000110100001010000010101110110001011000111110100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464282; }

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

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

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

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

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

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

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

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