#444CBB

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

Shades of Free Speech Blue #444CBB

Tints of Free Speech Blue #444CBB

Color information

#444CBB (or 0x444CBB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4C and BB. RGB value is (68,76,187). Sum of RGB (Red+Green+Blue) = 68+76+187=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #444CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CBB is #BBB344. Grayscale: #555555. Windows color (decimal): -12301125 or 12274756. OLE color: 12274756.

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

Color convert

RGB6876187-
CMYK0.640.5900.27
HSL235.97º46.67%50%-
HSV(B)235.97º63.64%73.33%-
XYZ13.949.9948.21-
YUV86.26184.85114.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 187 (73.44% from 255) = 56.50%
R=20.54%
G=22.96%
B=56.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68761870.640.5900.27235.9746.6750
Hex444CBB403B01Bec2f32
Octal104114273100730333545762
Binary1000100100110010111011100000011101101101111101100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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