#4056D1

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

Shades of Free Speech Blue #4056D1

Tints of Free Speech Blue #4056D1

Color information

#4056D1 (or 0x4056D1) is unknown color: approx Free Speech Blue. HEX triplet: 40, 56 and D1. RGB value is (64,86,209). Sum of RGB (Red+Green+Blue) = 64+86+209=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #4056D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4056D1 is #BFA92E. Grayscale: #5C5C5C. Windows color (decimal): -12560687 or 13719104. OLE color: 13719104.

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

Color convert

RGB6486209-
CMYK0.690.5900.18
HSL230.9º61.18%53.53%-
HSV(B)230.9º69.38%81.96%-
XYZ16.9512.3561.81-
YUV93.44193.21107-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 86 (33.98% from 255) = 23.96%
BLUE value IS 209 (82.03% from 255) = 58.22%
R=17.83%
G=23.96%
B=58.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal64862090.690.5900.18230.961.1853.53
Hex4056D1453B012e73d36
Octal100126321105730223477566
Binary1000000101011011010001100010111101101001011100111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4056D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4056D1; }

 p { color: rgb(64,86,209); }

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

<style>
 a { background-color: #4056D1; }

 a { background-color: rgb(64,86,209); }

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

<style>
 span { border-color: #4056D1; }

 span { border-color: rgb(64,86,209); }

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