#446bc2

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

Shades of Free Speech Blue #446BC2

Tints of Free Speech Blue #446BC2

Color information

#446BC2 (or 0x446BC2) is unknown color: approx Free Speech Blue. HEX triplet: 44, 6B and C2. RGB value is (68,107,194). Sum of RGB (Red+Green+Blue) = 68+107+194=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #446BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BC2 is #BB943D. Grayscale: #686868. Windows color (decimal): -12293182 or 12741444. OLE color: 12741444.

HSL color Cylindrical-coordinate representation of color #446BC2: hue angle of 221.43º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #446BC2 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB68107194-
CMYK0.650.4500.24
HSL221.43º50.81%51.37%-
HSV(B)221.43º64.95%76.08%-
XYZ17.3815.6453.14-
YUV105.26178.08101.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 194 (76.17% from 255) = 52.57%
R=18.43%
G=29.00%
B=52.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681071940.650.4500.24221.4350.8151.37
Hex446BC2412D018dd3333
Octal104153302101550303356363
Binary1000100110101111000010100000110110101100011011101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446bc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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