#4061BC

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

Shades of Free Speech Blue #4061BC

Tints of Free Speech Blue #4061BC

Color information

#4061BC (or 0x4061BC) is unknown color: approx Free Speech Blue. HEX triplet: 40, 61 and BC. RGB value is (64,97,188). Sum of RGB (Red+Green+Blue) = 64+97+188=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #4061BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4061BC is #BF9E43. Grayscale: #616161. Windows color (decimal): -12557892 or 12345664. OLE color: 12345664.

HSL color Cylindrical-coordinate representation of color #4061BC: hue angle of 224.03º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4061BC is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6497188-
CMYK0.660.4800.26
HSL224.03º49.21%49.41%-
HSV(B)224.03º65.96%73.73%-
XYZ15.4713.2749.32-
YUV97.51179.07104.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.34%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 188 (73.83% from 255) = 53.87%
R=18.34%
G=27.79%
B=53.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64971880.660.4800.26224.0349.2149.41
Hex4061BC423001Ae03131
Octal100141274102600323406161
Binary1000000110000110111100100001011000001101011100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4061BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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