#444EB1

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

Shades of Free Speech Blue #444EB1

Tints of Free Speech Blue #444EB1

Color information

#444EB1 (or 0x444EB1) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4E and B1. RGB value is (68,78,177). Sum of RGB (Red+Green+Blue) = 68+78+177=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #444EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444EB1 is #BBB14E. Grayscale: #555555. Windows color (decimal): -12300623 or 11619908. OLE color: 11619908.

HSL color Cylindrical-coordinate representation of color #444EB1: hue angle of 234.5º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #444EB1 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6878177-
CMYK0.620.5600.31
HSL234.5º44.49%48.04%-
HSV(B)234.5º61.58%69.41%-
XYZ13.049.8542.81-
YUV86.3179.19114.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 177 (69.53% from 255) = 54.80%
R=21.05%
G=24.15%
B=54.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68781770.620.5600.31234.544.4948.04
Hex444EB13E3801Fea2c30
Octal10411626176700373525460
Binary100010010011101011000111111011100001111111101010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444EB1; }

 p { color: rgb(68,78,177); }

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

<style>
 a { background-color: #444EB1; }

 a { background-color: rgb(68,78,177); }

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

<style>
 span { border-color: #444EB1; }

 span { border-color: rgb(68,78,177); }

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