#4C56DB

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

Shades of Free Speech Blue #4C56DB

Tints of Free Speech Blue #4C56DB

Color information

#4C56DB (or 0x4C56DB) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 56 and DB. RGB value is (76,86,219). Sum of RGB (Red+Green+Blue) = 76+86+219=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C56DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C56DB is #B3A924. Grayscale: #616161. Windows color (decimal): -11774245 or 14374476. OLE color: 14374476.

HSL color Cylindrical-coordinate representation of color #4C56DB: hue angle of 235.8º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C56DB is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7686219-
CMYK0.650.6100.14
HSL235.8º66.51%57.84%-
HSV(B)235.8º65.3%85.88%-
XYZ19.0913.3168.58-
YUV98.17196.19112.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.95%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 219 (85.94% from 255) = 57.48%
R=19.95%
G=22.57%
B=57.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal76862190.650.6100.14235.866.5157.84
Hex4C56DB413D0Eec433a
Octal1141263331017501635410372
Binary1001100101011011011011100000111110101110111011001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C56DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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