#4F468C

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

Shades of Dark Slate Blue #4F468C

Tints of Dark Slate Blue #4F468C

Color information

#4F468C (or 0x4F468C) is unknown color: approx Dark Slate Blue. HEX triplet: 4F, 46 and 8C. RGB value is (79,70,140). Sum of RGB (Red+Green+Blue) = 79+70+140=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F468C is #B0B973. Grayscale: #505050. Windows color (decimal): -11581812 or 9193039. OLE color: 9193039.

HSL color Cylindrical-coordinate representation of color #4F468C: hue angle of 247.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F468C is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7970140-
CMYK0.440.5000.45
HSL247.71º33.33%41.18%-
HSV(B)247.71º50%54.9%-
XYZ10.157.9425.81-
YUV80.67161.48126.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.34%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 140 (55.08% from 255) = 48.44%
R=27.34%
G=24.22%
B=48.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79701400.440.5000.45247.7133.3341.18
Hex4F468C2C3202Df82129
Octal11710621454620553704151
Binary1001111100011010001100101100110010010110111111000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,70,140); }

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

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

 a { background-color: rgb(79,70,140); }

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

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

 span { border-color: rgb(79,70,140); }

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