#444FBA

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

Shades of Free Speech Blue #444FBA

Tints of Free Speech Blue #444FBA

Color information

#444FBA (or 0x444FBA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4F and BA. RGB value is (68,79,186). Sum of RGB (Red+Green+Blue) = 68+79+186=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #444FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FBA is #BBB045. Grayscale: #575757. Windows color (decimal): -12300358 or 12209988. OLE color: 12209988.

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

Color convert

RGB6879186-
CMYK0.630.5800.27
HSL234.41º46.46%49.8%-
HSV(B)234.41º63.44%72.94%-
XYZ14.0410.3747.72-
YUV87.91183.36113.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.42%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=20.42%
G=23.72%
B=55.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal68791860.630.5800.27234.4146.4649.8
Hex444FBA3F3A01Bea2e32
Octal10411727277720333525662
Binary100010010011111011101011111111101001101111101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,79,186); }

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

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

 a { background-color: rgb(68,79,186); }

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

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

 span { border-color: rgb(68,79,186); }

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