#473784

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

Shades of Dark Slate Blue #473784

Tints of Dark Slate Blue #473784

Color information

#473784 (or 0x473784) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 37 and 84. RGB value is (71,55,132). Sum of RGB (Red+Green+Blue) = 71+55+132=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #473784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473784 is #B8C87B. Grayscale: #444444. Windows color (decimal): -12109948 or 8664903. OLE color: 8664903.

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

Color convert

RGB7155132-
CMYK0.460.5800.48
HSL252.47º41.18%36.67%-
HSV(B)252.47º58.33%51.76%-
XYZ8.135.7422.51-
YUV68.56163.8129.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 132 (51.95% from 255) = 51.16%
R=27.52%
G=21.32%
B=51.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71551320.460.5800.48252.4741.1836.67
Hex4737842E3A030fc2925
Octal1076720456720603745145
Binary100011111011110000100101110111010011000011111100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473784; }

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

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

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

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

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

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

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

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