#446ABF

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

Shades of Free Speech Blue #446ABF

Tints of Free Speech Blue #446ABF

Color information

#446ABF (or 0x446ABF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 6A and BF. RGB value is (68,106,191). Sum of RGB (Red+Green+Blue) = 68+106+191=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #446ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446ABF is #BB9540. Grayscale: #676767. Windows color (decimal): -12293441 or 12544580. OLE color: 12544580.

HSL color Cylindrical-coordinate representation of color #446ABF: hue angle of 221.46º 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 #446ABF is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68106191-
CMYK0.640.4500.25
HSL221.46º49%50.78%-
HSV(B)221.46º64.4%74.9%-
XYZ16.9415.351.35-
YUV104.33176.91102.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.63%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 191 (75% from 255) = 52.33%
R=18.63%
G=29.04%
B=52.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681061910.640.4500.25221.464950.78
Hex446ABF402D019dd3133
Octal104152277100550313356163
Binary1000100110101010111111100000010110101100111011101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446ABF; }

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

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

<style>
 a { background-color: #446ABF; }

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

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

<style>
 span { border-color: #446ABF; }

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

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