#4060BA

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

Shades of Free Speech Blue #4060BA

Tints of Free Speech Blue #4060BA

Color information

#4060BA (or 0x4060BA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 60 and BA. RGB value is (64,96,186). Sum of RGB (Red+Green+Blue) = 64+96+186=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #4060BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4060BA is #BF9F45. Grayscale: #606060. Windows color (decimal): -12558150 or 12214336. OLE color: 12214336.

HSL color Cylindrical-coordinate representation of color #4060BA: hue angle of 224.26º 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 #4060BA is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6496186-
CMYK0.660.4800.27
HSL224.26º48.8%49.02%-
HSV(B)224.26º65.59%72.94%-
XYZ15.161348.16-
YUV96.69178.4104.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.50%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=18.50%
G=27.75%
B=53.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64961860.660.4800.27224.2648.849.02
Hex4060BA423001Be03131
Octal100140272102600333406161
Binary1000000110000010111010100001011000001101111100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4060BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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