#4F43D1

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

Shades of Free Speech Blue #4F43D1

Tints of Free Speech Blue #4F43D1

Color information

#4F43D1 (or 0x4F43D1) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 43 and D1. RGB value is (79,67,209). Sum of RGB (Red+Green+Blue) = 79+67+209=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #4F43D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F43D1 is #B0BC2E. Grayscale: #565656. Windows color (decimal): -11582511 or 13714255. OLE color: 13714255.

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

Color convert

RGB7967209-
CMYK0.620.6800.18
HSL245.07º60.68%54.12%-
HSV(B)245.07º67.94%81.96%-
XYZ16.7410.2861.42-
YUV86.78196.98122.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.25%
GREEN value IS 67 (26.56% from 255) = 18.87%
BLUE value IS 209 (82.03% from 255) = 58.87%
R=22.25%
G=18.87%
B=58.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal79672090.620.6800.18245.0760.6854.12
Hex4F43D13E44012f53d36
Octal117103321761040223657566
Binary1001111100001111010001111110100010001001011110101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F43D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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