#4061BB

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

Shades of Free Speech Blue #4061BB

Tints of Free Speech Blue #4061BB

Color information

#4061BB (or 0x4061BB) is unknown color: approx Free Speech Blue. HEX triplet: 40, 61 and BB. RGB value is (64,97,187). Sum of RGB (Red+Green+Blue) = 64+97+187=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #4061BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4061BB is #BF9E44. Grayscale: #616161. Windows color (decimal): -12557893 or 12280128. OLE color: 12280128.

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

Color convert

RGB6497187-
CMYK0.660.4800.27
HSL223.9º49%49.22%-
HSV(B)223.9º65.78%73.33%-
XYZ15.3613.2348.76-
YUV97.39178.57104.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.39%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 187 (73.44% from 255) = 53.74%
R=18.39%
G=27.87%
B=53.74%

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
Decimal64971870.660.4800.27223.94949.22
Hex4061BB423001Be03131
Octal100141273102600333406161
Binary1000000110000110111011100001011000001101111100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4061BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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