#4F4A90

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

Shades of Dark Slate Blue #4F4A90

Tints of Dark Slate Blue #4F4A90

Color information

#4F4A90 (or 0x4F4A90) is unknown color: approx Dark Slate Blue. HEX triplet: 4F, 4A and 90. RGB value is (79,74,144). Sum of RGB (Red+Green+Blue) = 79+74+144=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F4A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4A90 is #B0B56F. Grayscale: #535353. Windows color (decimal): -11580784 or 9456207. OLE color: 9456207.

HSL color Cylindrical-coordinate representation of color #4F4A90: hue angle of 244.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F4A90 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7974144-
CMYK0.450.4900.44
HSL244.29º32.11%42.75%-
HSV(B)244.29º48.61%56.47%-
XYZ10.718.5727.48-
YUV83.48162.16124.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.60%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=26.60%
G=24.92%
B=48.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79741440.450.4900.44244.2932.1142.75
Hex4F4A902D3102Cf4202b
Octal11711222055610543644053
Binary1001111100101010010000101101110001010110011110100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,74,144); }

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

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

 a { background-color: rgb(79,74,144); }

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

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

 span { border-color: rgb(79,74,144); }

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