#4D56DC

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

Shades of Free Speech Blue #4D56DC

Tints of Free Speech Blue #4D56DC

Color information

#4D56DC (or 0x4D56DC) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 56 and DC. RGB value is (77,86,220). Sum of RGB (Red+Green+Blue) = 77+86+220=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D56DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D56DC is #B2A923. Grayscale: #626262. Windows color (decimal): -11708708 or 14440013. OLE color: 14440013.

HSL color Cylindrical-coordinate representation of color #4D56DC: hue angle of 236.22º 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 #4D56DC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7786220-
CMYK0.650.6100.14
HSL236.22º67.14%58.24%-
HSV(B)236.22º65%86.27%-
XYZ19.3113.469.28-
YUV98.58196.52112.6-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.10%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 220 (86.33% from 255) = 57.44%
R=20.10%
G=22.45%
B=57.44%

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
Decimal77862200.650.6100.14236.2267.1458.24
Hex4D56DC413D0Eec433a
Octal1151263341017501635410372
Binary1001101101011011011100100000111110101110111011001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D56DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,86,220); }

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

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

 a { background-color: rgb(77,86,220); }

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

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

 span { border-color: rgb(77,86,220); }

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