#444EAF

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

Shades of Free Speech Blue #444EAF

Tints of Free Speech Blue #444EAF

Color information

#444EAF (or 0x444EAF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4E and AF. RGB value is (68,78,175). Sum of RGB (Red+Green+Blue) = 68+78+175=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #444EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444EAF is #BBB150. Grayscale: #555555. Windows color (decimal): -12300625 or 11488836. OLE color: 11488836.

HSL color Cylindrical-coordinate representation of color #444EAF: hue angle of 234.39º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #444EAF is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6878175-
CMYK0.610.5500.31
HSL234.39º44.03%47.65%-
HSV(B)234.39º61.14%68.63%-
XYZ12.859.7741.77-
YUV86.07178.19115.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 175 (68.75% from 255) = 54.52%
R=21.18%
G=24.30%
B=54.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68781750.610.5500.31234.3944.0347.65
Hex444EAF3D3701Fea2c30
Octal10411625775670373525460
Binary100010010011101010111111110111011101111111101010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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