#4F5FC1

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

Shades of Free Speech Blue #4F5FC1

Tints of Free Speech Blue #4F5FC1

Color information

#4F5FC1 (or 0x4F5FC1) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5F and C1. RGB value is (79,95,193). Sum of RGB (Red+Green+Blue) = 79+95+193=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F5FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5FC1 is #B0A03E. Grayscale: #646464. Windows color (decimal): -11575359 or 12672847. OLE color: 12672847.

HSL color Cylindrical-coordinate representation of color #4F5FC1: hue angle of 231.58º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F5FC1 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7995193-
CMYK0.590.5100.24
HSL231.58º47.9%53.33%-
HSV(B)231.58º59.07%75.69%-
XYZ16.9413.752.2-
YUV101.39179.7112.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.53%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=21.53%
G=25.89%
B=52.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal79951930.590.5100.24231.5847.953.33
Hex4F5FC13B33018e83035
Octal11713730173630303506065
Binary100111110111111100000111101111001101100011101000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,95,193); }

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

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

 a { background-color: rgb(79,95,193); }

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

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

 span { border-color: rgb(79,95,193); }

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