#473684

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

Shades of Dark Slate Blue #473684

Tints of Dark Slate Blue #473684

Color information

#473684 (or 0x473684) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 36 and 84. RGB value is (71,54,132). Sum of RGB (Red+Green+Blue) = 71+54+132=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #473684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473684 is #B8C97B. Grayscale: #434343. Windows color (decimal): -12110204 or 8664647. OLE color: 8664647.

HSL color Cylindrical-coordinate representation of color #473684: hue angle of 253.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #473684 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7154132-
CMYK0.460.5900.48
HSL253.08º41.94%36.47%-
HSV(B)253.08º59.09%51.76%-
XYZ8.085.6422.49-
YUV67.97164.13130.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=27.63%
G=21.01%
B=51.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71541320.460.5900.48253.0841.9436.47
Hex4736842E3B030fd2a24
Octal1076620456730603755244
Binary100011111011010000100101110111011011000011111101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473684; }

 p { color: rgb(71,54,132); }

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

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

 a { background-color: rgb(71,54,132); }

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

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

 span { border-color: rgb(71,54,132); }

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