#4F41D1

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

Shades of Free Speech Blue #4F41D1

Tints of Free Speech Blue #4F41D1

Color information

#4F41D1 (or 0x4F41D1) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 41 and D1. RGB value is (79,65,209). Sum of RGB (Red+Green+Blue) = 79+65+209=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 209 (82.03% from 255 or 59.21% from 353); Max value from RGB is 209 - color contains mainly: blue. Hex color #4F41D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F41D1 is #B0BE2E. Grayscale: #555555. Windows color (decimal): -11583023 or 13713743. OLE color: 13713743.

HSL color Cylindrical-coordinate representation of color #4F41D1: hue angle of 245.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F41D1 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7965209-
CMYK0.620.6900.18
HSL245.83º61.02%53.73%-
HSV(B)245.83º68.9%81.96%-
XYZ16.6210.0561.38-
YUV85.6197.64123.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.38%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 209 (82.03% from 255) = 59.21%
R=22.38%
G=18.41%
B=59.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal79652090.620.6900.18245.8361.0253.73
Hex4F41D13E45012f63d36
Octal117101321761050223667566
Binary1001111100000111010001111110100010101001011110110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F41D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,65,209); }

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

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

 a { background-color: rgb(79,65,209); }

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

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

 span { border-color: rgb(79,65,209); }

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