#4064BA

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

Shades of Free Speech Blue #4064BA

Tints of Free Speech Blue #4064BA

Color information

#4064BA (or 0x4064BA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 64 and BA. RGB value is (64,100,186). Sum of RGB (Red+Green+Blue) = 64+100+186=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #4064BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4064BA is #BF9B45. Grayscale: #626262. Windows color (decimal): -12557126 or 12215360. OLE color: 12215360.

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

Color convert

RGB64100186-
CMYK0.660.4600.27
HSL222.3º48.8%49.02%-
HSV(B)222.3º65.59%72.94%-
XYZ15.5313.7548.29-
YUV99.04177.07103.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.29%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=18.29%
G=28.57%
B=53.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641001860.660.4600.27222.348.849.02
Hex4064BA422E01Bde3131
Octal100144272102560333366161
Binary1000000110010010111010100001010111001101111011110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4064BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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