#4F5DC1

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

Shades of Free Speech Blue #4F5DC1

Tints of Free Speech Blue #4F5DC1

Color information

#4F5DC1 (or 0x4F5DC1) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5D and C1. RGB value is (79,93,193). Sum of RGB (Red+Green+Blue) = 79+93+193=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F5DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5DC1 is #B0A23E. Grayscale: #636363. Windows color (decimal): -11575871 or 12672335. OLE color: 12672335.

HSL color Cylindrical-coordinate representation of color #4F5DC1: hue angle of 232.63º 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 #4F5DC1 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7993193-
CMYK0.590.5200.24
HSL232.63º47.9%53.33%-
HSV(B)232.63º59.07%75.69%-
XYZ16.7613.3452.14-
YUV100.21180.36112.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.64%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 193 (75.78% from 255) = 52.88%
R=21.64%
G=25.48%
B=52.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal79931930.590.5200.24232.6347.953.33
Hex4F5DC13B34018e93035
Octal11713530173640303516065
Binary100111110111011100000111101111010001100011101001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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