#4066BA

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

Shades of Free Speech Blue #4066BA

Tints of Free Speech Blue #4066BA

Color information

#4066BA (or 0x4066BA) is unknown color: approx Free Speech Blue. HEX triplet: 40, 66 and BA. RGB value is (64,102,186). Sum of RGB (Red+Green+Blue) = 64+102+186=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #4066BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4066BA is #BF9945. Grayscale: #636363. Windows color (decimal): -12556614 or 12215872. OLE color: 12215872.

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

Color convert

RGB64102186-
CMYK0.660.4500.27
HSL221.31º48.8%49.02%-
HSV(B)221.31º65.59%72.94%-
XYZ15.7314.1448.35-
YUV100.21176.41102.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.18%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=18.18%
G=28.98%
B=52.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641021860.660.4500.27221.3148.849.02
Hex4066BA422D01Bdd3131
Octal100146272102550333356161
Binary1000000110011010111010100001010110101101111011101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4066BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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