#4060BB

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

Shades of Free Speech Blue #4060BB

Tints of Free Speech Blue #4060BB

Color information

#4060BB (or 0x4060BB) is unknown color: approx Free Speech Blue. HEX triplet: 40, 60 and BB. RGB value is (64,96,187). Sum of RGB (Red+Green+Blue) = 64+96+187=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #4060BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4060BB is #BF9F44. Grayscale: #606060. Windows color (decimal): -12558149 or 12279872. OLE color: 12279872.

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

Color convert

RGB6496187-
CMYK0.660.4900.27
HSL224.39º49%49.22%-
HSV(B)224.39º65.78%73.33%-
XYZ15.2713.0448.73-
YUV96.81178.9104.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 187 (73.44% from 255) = 53.89%
R=18.44%
G=27.67%
B=53.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal64961870.660.4900.27224.394949.22
Hex4060BB423101Be03131
Octal100140273102610333406161
Binary1000000110000010111011100001011000101101111100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4060BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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