#4066bc

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

Shades of Free Speech Blue #4066BC

Tints of Free Speech Blue #4066BC

Color information

#4066BC (or 0x4066BC) is unknown color: approx Free Speech Blue. HEX triplet: 40, 66 and BC. RGB value is (64,102,188). Sum of RGB (Red+Green+Blue) = 64+102+188=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #4066BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4066BC is #BF9943. Grayscale: #646464. Windows color (decimal): -12556612 or 12346944. OLE color: 12346944.

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

Color convert

RGB64102188-
CMYK0.660.4600.26
HSL221.61º49.21%49.41%-
HSV(B)221.61º65.96%73.73%-
XYZ15.9414.2249.48-
YUV100.44177.41102.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.08%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=18.08%
G=28.81%
B=53.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641021880.660.4600.26221.6149.2149.41
Hex4066BC422E01Ade3131
Octal100146274102560323366161
Binary1000000110011010111100100001010111001101011011110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4066bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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