#4466BF

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

Shades of Free Speech Blue #4466BF

Tints of Free Speech Blue #4466BF

Color information

#4466BF (or 0x4466BF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 66 and BF. RGB value is (68,102,191). Sum of RGB (Red+Green+Blue) = 68+102+191=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #4466BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4466BF is #BB9940. Grayscale: #656565. Windows color (decimal): -12294465 or 12543556. OLE color: 12543556.

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

Color convert

RGB68102191-
CMYK0.640.4700.25
HSL223.41º49%50.78%-
HSV(B)223.41º64.4%74.9%-
XYZ16.5414.4951.22-
YUV101.98178.24103.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.84%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 191 (75% from 255) = 52.91%
R=18.84%
G=28.25%
B=52.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681021910.640.4700.25223.414950.78
Hex4466BF402F019df3133
Octal104146277100570313376163
Binary1000100110011010111111100000010111101100111011111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4466BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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