#444EBA

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

Shades of Free Speech Blue #444EBA

Tints of Free Speech Blue #444EBA

Color information

#444EBA (or 0x444EBA) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4E and BA. RGB value is (68,78,186). Sum of RGB (Red+Green+Blue) = 68+78+186=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #444EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444EBA is #BBB145. Grayscale: #565656. Windows color (decimal): -12300614 or 12209732. OLE color: 12209732.

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

Color convert

RGB6878186-
CMYK0.630.5800.27
HSL234.92º46.46%49.8%-
HSV(B)234.92º63.44%72.94%-
XYZ13.9710.2247.69-
YUV87.32183.69114.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=20.48%
G=23.49%
B=56.02%

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
Decimal68781860.630.5800.27234.9246.4649.8
Hex444EBA3F3A01Beb2e32
Octal10411627277720333535662
Binary100010010011101011101011111111101001101111101011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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