#446BC0

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

Shades of Free Speech Blue #446BC0

Tints of Free Speech Blue #446BC0

Color information

#446BC0 (or 0x446BC0) is unknown color: approx Free Speech Blue. HEX triplet: 44, 6B and C0. RGB value is (68,107,192). Sum of RGB (Red+Green+Blue) = 68+107+192=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #446BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BC0 is #BB943F. Grayscale: #686868. Windows color (decimal): -12293184 or 12610372. OLE color: 12610372.

HSL color Cylindrical-coordinate representation of color #446BC0: hue angle of 221.13º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #446BC0 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68107192-
CMYK0.650.4400.25
HSL221.13º49.6%50.98%-
HSV(B)221.13º64.58%75.29%-
XYZ17.1615.5551.97-
YUV105.03177.08101.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.53%
GREEN value IS 107 (42.19% from 255) = 29.16%
BLUE value IS 192 (75.39% from 255) = 52.32%
R=18.53%
G=29.16%
B=52.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681071920.650.4400.25221.1349.650.98
Hex446BC0412C019dd3233
Octal104153300101540313356263
Binary1000100110101111000000100000110110001100111011101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,107,192); }

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

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

 a { background-color: rgb(68,107,192); }

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

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

 span { border-color: rgb(68,107,192); }

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