#4c60d1

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

Shades of Free Speech Blue #4C60D1

Tints of Free Speech Blue #4C60D1

Color information

#4C60D1 (or 0x4C60D1) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 60 and D1. RGB value is (76,96,209). Sum of RGB (Red+Green+Blue) = 76+96+209=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #4C60D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C60D1 is #B39F2E. Grayscale: #666666. Windows color (decimal): -11771695 or 13721676. OLE color: 13721676.

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

Color convert

RGB7696209-
CMYK0.640.5400.18
HSL230.98º59.11%55.88%-
HSV(B)230.98º63.64%81.96%-
XYZ18.6714.5162.14-
YUV102.9187.87108.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.95%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 209 (82.03% from 255) = 54.86%
R=19.95%
G=25.20%
B=54.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal76962090.640.5400.18230.9859.1155.88
Hex4C60D14036012e73b38
Octal114140321100660223477370
Binary1001100110000011010001100000011011001001011100111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c60d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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