#4040BF

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

Shades of Free Speech Blue #4040BF

Tints of Free Speech Blue #4040BF

Color information

#4040BF (or 0x4040BF) is unknown color: approx Free Speech Blue. HEX triplet: 40, 40 and BF. RGB value is (64,64,191). Sum of RGB (Red+Green+Blue) = 64+64+191=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #4040BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4040BF is #BFBF40. Grayscale: #4D4D4D. Windows color (decimal): -12566337 or 12533824. OLE color: 12533824.

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

Color convert

RGB6464191-
CMYK0.660.6600.25
HSL240º49.8%50%-
HSV(B)240º66.49%74.9%-
XYZ13.358.5250.23-
YUV78.48191.5117.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 191 (75% from 255) = 59.87%
R=20.06%
G=20.06%
B=59.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal64641910.660.6600.2524049.850
Hex4040BF4242019f03232
Octal1001002771021020313606262
Binary10000001000000101111111000010100001001100111110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4040BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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