#446BBE

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

Shades of Free Speech Blue #446BBE

Tints of Free Speech Blue #446BBE

Color information

#446BBE (or 0x446BBE) is unknown color: approx Free Speech Blue. HEX triplet: 44, 6B and BE. RGB value is (68,107,190). Sum of RGB (Red+Green+Blue) = 68+107+190=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #446BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446BBE is #BB9441. Grayscale: #686868. Windows color (decimal): -12293186 or 12479300. OLE color: 12479300.

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

Color convert

RGB68107190-
CMYK0.640.4400.25
HSL220.82º48.41%50.59%-
HSV(B)220.82º64.21%74.51%-
XYZ16.9415.4650.81-
YUV104.8176.08101.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.63%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=18.63%
G=29.32%
B=52.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681071900.640.4400.25220.8248.4150.59
Hex446BBE402C019dd3033
Octal104153276100540313356063
Binary1000100110101110111110100000010110001100111011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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