#464292

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

Shades of Dark Slate Blue #464292

Tints of Dark Slate Blue #464292

Color information

#464292 (or 0x464292) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 42 and 92. RGB value is (70,66,146). Sum of RGB (Red+Green+Blue) = 70+66+146=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #464292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464292 is #B9BD6D. Grayscale: #4C4C4C. Windows color (decimal): -12172654 or 9585222. OLE color: 9585222.

HSL color Cylindrical-coordinate representation of color #464292: hue angle of 243º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #464292 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7066146-
CMYK0.520.5500.43
HSL243º37.74%41.57%-
HSV(B)243º54.79%57.25%-
XYZ9.667.2728.09-
YUV76.32167.33123.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=24.82%
G=23.40%
B=51.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70661460.520.5500.4324337.7441.57
Hex464292343702Bf3262a
Octal10610222264670533634652
Binary1000110100001010010010110100110111010101111110011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464292; }

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

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

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

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

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

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

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

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