#484697

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

Shades of Dark Slate Blue #484697

Tints of Dark Slate Blue #484697

Color information

#484697 (or 0x484697) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 46 and 97. RGB value is (72,70,151). Sum of RGB (Red+Green+Blue) = 72+70+151=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #484697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484697 is #B7B968. Grayscale: #4F4F4F. Windows color (decimal): -12040553 or 9913928. OLE color: 9913928.

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

Color convert

RGB7270151-
CMYK0.520.5400.41
HSL241.48º36.65%43.33%-
HSV(B)241.48º53.64%59.22%-
XYZ10.457.9930.27-
YUV79.83168.16122.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 151 (59.38% from 255) = 51.54%
R=24.57%
G=23.89%
B=51.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72701510.520.5400.41241.4836.6543.33
Hex4846973436029f1252b
Octal11010622764660513614553
Binary1001000100011010010111110100110110010100111110001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484697; }

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

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

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

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

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

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

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

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