#484394

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

Shades of Dark Slate Blue #484394

Tints of Dark Slate Blue #484394

Color information

#484394 (or 0x484394) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 43 and 94. RGB value is (72,67,148). Sum of RGB (Red+Green+Blue) = 72+67+148=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #484394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484394 is #B7BC6B. Grayscale: #4D4D4D. Windows color (decimal): -12041324 or 9716552. OLE color: 9716552.

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

Color convert

RGB7267148-
CMYK0.510.5500.42
HSL243.7º37.67%42.16%-
HSV(B)243.7º54.73%58.04%-
XYZ10.027.5328.94-
YUV77.73167.66123.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=25.09%
G=23.34%
B=51.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72671480.510.5500.42243.737.6742.16
Hex484394333702Af4262a
Octal11010322463670523644652
Binary1001000100001110010100110011110111010101011110100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484394; }

 p { color: rgb(72,67,148); }

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

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

 a { background-color: rgb(72,67,148); }

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

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

 span { border-color: rgb(72,67,148); }

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