#4f60c5

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

Shades of Free Speech Blue #4F60C5

Tints of Free Speech Blue #4F60C5

Color information

#4F60C5 (or 0x4F60C5) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 60 and C5. RGB value is (79,96,197). Sum of RGB (Red+Green+Blue) = 79+96+197=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #4F60C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F60C5 is #B09F3A. Grayscale: #666666. Windows color (decimal): -11575099 or 12935247. OLE color: 12935247.

HSL color Cylindrical-coordinate representation of color #4F60C5: hue angle of 231.36º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F60C5 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7996197-
CMYK0.600.5100.23
HSL231.36º50.43%54.12%-
HSV(B)231.36º59.9%77.25%-
XYZ17.4914.0654.62-
YUV102.43181.37111.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.24%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 197 (77.34% from 255) = 52.96%
R=21.24%
G=25.81%
B=52.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal79961970.600.5100.23231.3650.4354.12
Hex4F60C53C33017e73236
Octal11714030574630273476266
Binary100111111000001100010111110011001101011111100111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f60c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,197); }

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

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

 a { background-color: rgb(79,96,197); }

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

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

 span { border-color: rgb(79,96,197); }

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