#4040BA

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

Shades of Free Speech Blue #4040BA

Tints of Free Speech Blue #4040BA

Color information

#4040BA (or 0x4040BA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 40 and BA. RGB value is (64,64,186). Sum of RGB (Red+Green+Blue) = 64+64+186=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #4040BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4040BA is #BFBF45. Grayscale: #4D4D4D. Windows color (decimal): -12566342 or 12206144. OLE color: 12206144.

HSL color Cylindrical-coordinate representation of color #4040BA: hue angle of 240º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4040BA is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6464186-
CMYK0.660.6600.27
HSL240º48.8%49.02%-
HSV(B)240º65.59%72.94%-
XYZ12.818.347.38-
YUV77.91189118.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.38%
GREEN value IS 64 (25.39% from 255) = 20.38%
BLUE value IS 186 (73.05% from 255) = 59.24%
R=20.38%
G=20.38%
B=59.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64641860.660.6600.2724048.849.02
Hex4040BA424201Bf03131
Octal1001002721021020333606161
Binary10000001000000101110101000010100001001101111110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4040BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4040BA; }

 p { color: rgb(64,64,186); }

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

<style>
 a { background-color: #4040BA; }

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

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

<style>
 span { border-color: #4040BA; }

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

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