#444AC1

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

Shades of Free Speech Blue #444AC1

Tints of Free Speech Blue #444AC1

Color information

#444AC1 (or 0x444AC1) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4A and C1. RGB value is (68,74,193). Sum of RGB (Red+Green+Blue) = 68+74+193=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #444AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444AC1 is #BBB53E. Grayscale: #555555. Windows color (decimal): -12301631 or 12667460. OLE color: 12667460.

HSL color Cylindrical-coordinate representation of color #444AC1: hue angle of 237.12º degrees, saturation: 0.5, 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 #444AC1 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6874193-
CMYK0.650.6200.24
HSL237.12º50.2%51.18%-
HSV(B)237.12º64.77%75.69%-
XYZ14.469.9851.62-
YUV85.77188.51115.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=20.30%
G=22.09%
B=57.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68741930.650.6200.24237.1250.251.18
Hex444AC1413E018ed3233
Octal104112301101760303556263
Binary1000100100101011000001100000111111001100011101101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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