#484794

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

Shades of Dark Slate Blue #484794

Tints of Dark Slate Blue #484794

Color information

#484794 (or 0x484794) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 47 and 94. RGB value is (72,71,148). Sum of RGB (Red+Green+Blue) = 72+71+148=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #484794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484794 is #B7B86B. Grayscale: #4F4F4F. Windows color (decimal): -12040300 or 9717576. OLE color: 9717576.

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

Color convert

RGB7271148-
CMYK0.510.5200.42
HSL240.78º35.16%42.94%-
HSV(B)240.78º52.03%58.04%-
XYZ10.278.0229.02-
YUV80.08166.33122.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 148 (58.20% from 255) = 50.86%
R=24.74%
G=24.40%
B=50.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72711480.510.5200.42240.7835.1642.94
Hex484794333402Af1232b
Octal11010722463640523614353
Binary1001000100011110010100110011110100010101011110001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484794; }

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

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

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

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

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

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

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

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