#4c56bf

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

Shades of Free Speech Blue #4C56BF

Tints of Free Speech Blue #4C56BF

Color information

#4C56BF (or 0x4C56BF) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 56 and BF. RGB value is (76,86,191). Sum of RGB (Red+Green+Blue) = 76+86+191=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C56BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C56BF is #B3A940. Grayscale: #5E5E5E. Windows color (decimal): -11774273 or 12539468. OLE color: 12539468.

HSL color Cylindrical-coordinate representation of color #4C56BF: hue angle of 234.78º 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 #4C56BF is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7686191-
CMYK0.600.5500.25
HSL234.78º47.33%52.35%-
HSV(B)234.78º60.21%74.9%-
XYZ15.7111.9550.77-
YUV94.98182.19114.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.53%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 191 (75% from 255) = 54.11%
R=21.53%
G=24.36%
B=54.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76861910.600.5500.25234.7847.3352.35
Hex4C56BF3C37019eb2f34
Octal11412627774670313535764
Binary100110010101101011111111110011011101100111101011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c56bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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