#463788

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

Shades of Dark Slate Blue #463788

Tints of Dark Slate Blue #463788

Color information

#463788 (or 0x463788) is unknown color: approx Dark Slate Blue. HEX triplet: 46, 37 and 88. RGB value is (70,55,136). Sum of RGB (Red+Green+Blue) = 70+55+136=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #463788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463788 is #B9C877. Grayscale: #444444. Windows color (decimal): -12175480 or 8927046. OLE color: 8927046.

HSL color Cylindrical-coordinate representation of color #463788: hue angle of 251.11º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #463788 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7055136-
CMYK0.490.6000.47
HSL251.11º42.41%37.45%-
HSV(B)251.11º59.56%53.33%-
XYZ8.345.8123.98-
YUV68.72165.97128.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=26.82%
G=21.07%
B=52.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70551360.490.6000.47251.1142.4137.45
Hex463788313C02Ffb2a25
Octal1066721061740573735245
Binary100011011011110001000110001111100010111111111011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463788; }

 p { color: rgb(70,55,136); }

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

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

 a { background-color: rgb(70,55,136); }

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

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

 span { border-color: rgb(70,55,136); }

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