#4F41C6

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

Shades of Free Speech Blue #4F41C6

Tints of Free Speech Blue #4F41C6

Color information

#4F41C6 (or 0x4F41C6) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 41 and C6. RGB value is (79,65,198). Sum of RGB (Red+Green+Blue) = 79+65+198=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 198 (77.73% from 255 or 57.89% from 342); Max value from RGB is 198 - color contains mainly: blue. Hex color #4F41C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F41C6 is #B0BE39. Grayscale: #535353. Windows color (decimal): -11583034 or 12992847. OLE color: 12992847.

HSL color Cylindrical-coordinate representation of color #4F41C6: hue angle of 246.32º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F41C6 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7965198-
CMYK0.600.6700.22
HSL246.32º53.85%51.57%-
HSV(B)246.32º67.17%77.65%-
XYZ15.319.5254.46-
YUV84.35192.14124.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 198 (77.73% from 255) = 57.89%
R=23.10%
G=19.01%
B=57.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal79651980.600.6700.22246.3253.8551.57
Hex4F41C63C43016f63634
Octal117101306741030263666664
Binary1001111100000111000110111100100001101011011110110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F41C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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