#4066BF

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

Shades of Free Speech Blue #4066BF

Tints of Free Speech Blue #4066BF

Color information

#4066BF (or 0x4066BF) is unknown color: approx Free Speech Blue. HEX triplet: 40, 66 and BF. RGB value is (64,102,191). Sum of RGB (Red+Green+Blue) = 64+102+191=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #4066BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4066BF is #BF9940. Grayscale: #646464. Windows color (decimal): -12556609 or 12543552. OLE color: 12543552.

HSL color Cylindrical-coordinate representation of color #4066BF: hue angle of 222.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4066BF is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64102191-
CMYK0.660.4700.25
HSL222.05º49.8%50%-
HSV(B)222.05º66.49%74.9%-
XYZ16.2714.3551.2-
YUV100.78178.91101.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.93%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 191 (75% from 255) = 53.50%
R=17.93%
G=28.57%
B=53.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641021910.660.4700.25222.0549.850
Hex4066BF422F019de3232
Octal100146277102570313366262
Binary1000000110011010111111100001010111101100111011110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4066BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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