#464793

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

Shades of Dark Slate Blue #464793

Tints of Dark Slate Blue #464793

Color information

#464793 (or 0x464793) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 47 and 93. RGB value is (70,71,147). Sum of RGB (Red+Green+Blue) = 70+71+147=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #464793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464793 is #B9B86C. Grayscale: #4F4F4F. Windows color (decimal): -12171373 or 9652038. OLE color: 9652038.

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

Color convert

RGB7071147-
CMYK0.520.5200.42
HSL239.22º35.48%42.55%-
HSV(B)239.22º52.38%57.65%-
XYZ10.057.9228.6-
YUV79.36166.17121.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=24.31%
G=24.65%
B=51.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70711470.520.5200.42239.2235.4842.55
Hex464793343402Aef232b
Octal10610722364640523574353
Binary1000110100011110010011110100110100010101011101111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464793; }

 p { color: rgb(70,71,147); }

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

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

 a { background-color: rgb(70,71,147); }

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

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

 span { border-color: rgb(70,71,147); }

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