#4F3FC9

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

Shades of Free Speech Blue #4F3FC9

Tints of Free Speech Blue #4F3FC9

Color information

#4F3FC9 (or 0x4F3FC9) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 3F and C9. RGB value is (79,63,201). Sum of RGB (Red+Green+Blue) = 79+63+201=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 201 (78.91% from 255 or 58.60% from 343); Max value from RGB is 201 - color contains mainly: blue. Hex color #4F3FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3FC9 is #B0C036. Grayscale: #525252. Windows color (decimal): -11583543 or 13188943. OLE color: 13188943.

HSL color Cylindrical-coordinate representation of color #4F3FC9: hue angle of 246.96º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F3FC9 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7963201-
CMYK0.610.6900.21
HSL246.96º56.1%51.76%-
HSV(B)246.96º68.66%78.82%-
XYZ15.549.4356.26-
YUV83.52194.3124.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 201 (78.91% from 255) = 58.60%
R=23.03%
G=18.37%
B=58.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal79632010.610.6900.21246.9656.151.76
Hex4F3FC93D45015f73834
Octal11777311751050253677064
Binary100111111111111001001111101100010101010111110111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,63,201); }

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

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

 a { background-color: rgb(79,63,201); }

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

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

 span { border-color: rgb(79,63,201); }

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