#4F4891

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

Shades of Dark Slate Blue #4F4891

Tints of Dark Slate Blue #4F4891

Color information

#4F4891 (or 0x4F4891) is unknown color: approx Dark Slate Blue. HEX triplet: 4F, 48 and 91. RGB value is (79,72,145). Sum of RGB (Red+Green+Blue) = 79+72+145=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F4891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4891 is #B0B76E. Grayscale: #525252. Windows color (decimal): -11581295 or 9521231. OLE color: 9521231.

HSL color Cylindrical-coordinate representation of color #4F4891: hue angle of 245.75º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F4891 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7972145-
CMYK0.460.5000.43
HSL245.75º33.64%42.55%-
HSV(B)245.75º50.34%56.86%-
XYZ10.658.3427.84-
YUV82.42163.32125.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.69%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=26.69%
G=24.32%
B=48.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79721450.460.5000.43245.7533.6442.55
Hex4F48912E3202Bf6222b
Octal11711022156620533664253
Binary1001111100100010010001101110110010010101111110110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F4891; }

 p { color: rgb(79,72,145); }

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

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

 a { background-color: rgb(79,72,145); }

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

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

 span { border-color: rgb(79,72,145); }

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