#4C60BF

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

Shades of Free Speech Blue #4C60BF

Tints of Free Speech Blue #4C60BF

Color information

#4C60BF (or 0x4C60BF) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 60 and BF. RGB value is (76,96,191). Sum of RGB (Red+Green+Blue) = 76+96+191=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C60BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C60BF is #B39F40. Grayscale: #646464. Windows color (decimal): -11771713 or 12542028. OLE color: 12542028.

HSL color Cylindrical-coordinate representation of color #4C60BF: hue angle of 229.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C60BF is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7696191-
CMYK0.600.5000.25
HSL229.57º47.33%52.35%-
HSV(B)229.57º60.21%74.9%-
XYZ16.5713.6651.05-
YUV100.85178.87110.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.94%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 191 (75% from 255) = 52.62%
R=20.94%
G=26.45%
B=52.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76961910.600.5000.25229.5747.3352.35
Hex4C60BF3C32019e62f34
Octal11414027774620313465764
Binary100110011000001011111111110011001001100111100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,96,191); }

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

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

 a { background-color: rgb(76,96,191); }

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

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

 span { border-color: rgb(76,96,191); }

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