#446DC2

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

Shades of Free Speech Blue #446DC2

Tints of Free Speech Blue #446DC2

Color information

#446DC2 (or 0x446DC2) is unknown color: approx Free Speech Blue. HEX triplet: 44, 6D and C2. RGB value is (68,109,194). Sum of RGB (Red+Green+Blue) = 68+109+194=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #446DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446DC2 is #BB923D. Grayscale: #6A6A6A. Windows color (decimal): -12292670 or 12741956. OLE color: 12741956.

HSL color Cylindrical-coordinate representation of color #446DC2: hue angle of 220.48º 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 #446DC2 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB68109194-
CMYK0.650.4400.24
HSL220.48º50.81%51.37%-
HSV(B)220.48º64.95%76.08%-
XYZ17.5916.0653.21-
YUV106.43177.42100.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.33%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 194 (76.17% from 255) = 52.29%
R=18.33%
G=29.38%
B=52.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681091940.650.4400.24220.4850.8151.37
Hex446DC2412C018dc3333
Octal104155302101540303346363
Binary1000100110110111000010100000110110001100011011100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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