#4050BD

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

Shades of Free Speech Blue #4050BD

Tints of Free Speech Blue #4050BD

Color information

#4050BD (or 0x4050BD) is unknown color: approx Free Speech Blue. HEX triplet: 40, 50 and BD. RGB value is (64,80,189). Sum of RGB (Red+Green+Blue) = 64+80+189=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #4050BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4050BD is #BFAF42. Grayscale: #575757. Windows color (decimal): -12562243 or 12406848. OLE color: 12406848.

HSL color Cylindrical-coordinate representation of color #4050BD: hue angle of 232.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4050BD is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6480189-
CMYK0.660.5800.26
HSL232.32º49.41%49.61%-
HSV(B)232.32º66.14%74.12%-
XYZ14.1710.549.42-
YUV87.64185.2111.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.22%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 189 (74.22% from 255) = 56.76%
R=19.22%
G=24.02%
B=56.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64801890.660.5800.26232.3249.4149.61
Hex4050BD423A01Ae83132
Octal100120275102720323506162
Binary1000000101000010111101100001011101001101011101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4050BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4050BD; }

 p { color: rgb(64,80,189); }

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

<style>
 a { background-color: #4050BD; }

 a { background-color: rgb(64,80,189); }

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

<style>
 span { border-color: #4050BD; }

 span { border-color: rgb(64,80,189); }

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