#444AB4

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

Shades of Free Speech Blue #444AB4

Tints of Free Speech Blue #444AB4

Color information

#444AB4 (or 0x444AB4) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4A and B4. RGB value is (68,74,180). Sum of RGB (Red+Green+Blue) = 68+74+180=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #444AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444AB4 is #BBB54B. Grayscale: #535353. Windows color (decimal): -12301644 or 11815492. OLE color: 11815492.

HSL color Cylindrical-coordinate representation of color #444AB4: hue angle of 236.79º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #444AB4 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6874180-
CMYK0.620.5900.29
HSL236.79º45.16%48.63%-
HSV(B)236.79º62.22%70.59%-
XYZ13.079.4244.31-
YUV84.29182.01116.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.12%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 180 (70.70% from 255) = 55.90%
R=21.12%
G=22.98%
B=55.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68741800.620.5900.29236.7945.1648.63
Hex444AB43E3B01Ded2d31
Octal10411226476730353555561
Binary100010010010101011010011111011101101110111101101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,74,180); }

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

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

 a { background-color: rgb(68,74,180); }

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

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

 span { border-color: rgb(68,74,180); }

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