#4956dc

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

Shades of Free Speech Blue #4956DC

Tints of Free Speech Blue #4956DC

Color information

#4956DC (or 0x4956DC) is unknown color: approx Free Speech Blue. HEX triplet: 49, 56 and DC. RGB value is (73,86,220). Sum of RGB (Red+Green+Blue) = 73+86+220=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #4956DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4956DC is #B6A923. Grayscale: #606060. Windows color (decimal): -11970852 or 14440009. OLE color: 14440009.

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

Color convert

RGB7386220-
CMYK0.670.6100.14
HSL234.69º67.74%57.45%-
HSV(B)234.69º66.82%86.27%-
XYZ18.9913.2469.26-
YUV97.39197.19110.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 220 (86.33% from 255) = 58.05%
R=19.26%
G=22.69%
B=58.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73862200.670.6100.14234.6967.7457.45
Hex4956DC433D0Eeb4439
Octal1111263341037501635310471
Binary1001001101011011011100100001111110101110111010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4956dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4956dc; }

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

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

<style>
 a { background-color: #4956dc; }

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

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

<style>
 span { border-color: #4956dc; }

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

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