#444ab9

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

Shades of Free Speech Blue #444AB9

Tints of Free Speech Blue #444AB9

Color information

#444AB9 (or 0x444AB9) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4A and B9. RGB value is (68,74,185). Sum of RGB (Red+Green+Blue) = 68+74+185=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #444AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444AB9 is #BBB546. Grayscale: #545454. Windows color (decimal): -12301639 or 12143172. OLE color: 12143172.

HSL color Cylindrical-coordinate representation of color #444AB9: hue angle of 236.92º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #444AB9 is Cyan = 0.63, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6874185-
CMYK0.630.600.27
HSL236.92º46.25%49.61%-
HSV(B)236.92º63.24%72.55%-
XYZ13.599.6347.04-
YUV84.86184.51115.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 185 (72.66% from 255) = 56.57%
R=20.80%
G=22.63%
B=56.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68741850.630.600.27236.9246.2549.61
Hex444AB93F3C01Bed2e32
Octal10411227177740333555662
Binary100010010010101011100111111111110001101111101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444ab9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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