#444CB9

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

Shades of Free Speech Blue #444CB9

Tints of Free Speech Blue #444CB9

Color information

#444CB9 (or 0x444CB9) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4C and B9. RGB value is (68,76,185). Sum of RGB (Red+Green+Blue) = 68+76+185=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #444CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CB9 is #BBB346. Grayscale: #555555. Windows color (decimal): -12301127 or 12143684. OLE color: 12143684.

HSL color Cylindrical-coordinate representation of color #444CB9: hue angle of 235.9º 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 #444CB9 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6876185-
CMYK0.630.5900.27
HSL235.9º46.25%49.61%-
HSV(B)235.9º63.24%72.55%-
XYZ13.739.947.09-
YUV86.03183.85115.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 185 (72.66% from 255) = 56.23%
R=20.67%
G=23.10%
B=56.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68761850.630.5900.27235.946.2549.61
Hex444CB93F3B01Bec2e32
Octal10411427177730333545662
Binary100010010011001011100111111111101101101111101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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