#4F46CF

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

Shades of Free Speech Blue #4F46CF

Tints of Free Speech Blue #4F46CF

Color information

#4F46CF (or 0x4F46CF) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 46 and CF. RGB value is (79,70,207). Sum of RGB (Red+Green+Blue) = 79+70+207=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F46CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F46CF is #B0B930. Grayscale: #575757. Windows color (decimal): -11581745 or 13583951. OLE color: 13583951.

HSL color Cylindrical-coordinate representation of color #4F46CF: hue angle of 243.94º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F46CF is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7970207-
CMYK0.620.6600.19
HSL243.94º58.8%54.31%-
HSV(B)243.94º66.18%81.18%-
XYZ16.6810.5560.19-
YUV88.31194.98121.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.19%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 207 (81.25% from 255) = 58.15%
R=22.19%
G=19.66%
B=58.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal79702070.620.6600.19243.9458.854.31
Hex4F46CF3E42013f43b36
Octal117106317761020233647366
Binary1001111100011011001111111110100001001001111110100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F46CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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