#484684

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

Shades of Dark Slate Blue #484684

Tints of Dark Slate Blue #484684

Color information

#484684 (or 0x484684) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 46 and 84. RGB value is (72,70,132). Sum of RGB (Red+Green+Blue) = 72+70+132=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #484684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484684 is #B7B97B. Grayscale: #4D4D4D. Windows color (decimal): -12040572 or 8668744. OLE color: 8668744.

HSL color Cylindrical-coordinate representation of color #484684: hue angle of 241.94º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484684 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7270132-
CMYK0.450.4700.48
HSL241.94º30.69%39.61%-
HSV(B)241.94º46.97%51.76%-
XYZ9.037.4222.79-
YUV77.67158.66123.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 132 (51.95% from 255) = 48.18%
R=26.28%
G=25.55%
B=48.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72701320.450.4700.48241.9430.6939.61
Hex4846842D2F030f21f28
Octal11010620455570603623750
Binary100100010001101000010010110110111101100001111001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484684; }

 p { color: rgb(72,70,132); }

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

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

 a { background-color: rgb(72,70,132); }

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

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

 span { border-color: rgb(72,70,132); }

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