#444FD6

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

Shades of Free Speech Blue #444FD6

Tints of Free Speech Blue #444FD6

Color information

#444FD6 (or 0x444FD6) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4F and D6. RGB value is (68,79,214). Sum of RGB (Red+Green+Blue) = 68+79+214=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #444FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FD6 is #BBB029. Grayscale: #5A5A5A. Windows color (decimal): -12300330 or 14044996. OLE color: 14044996.

HSL color Cylindrical-coordinate representation of color #444FD6: hue angle of 235.48º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #444FD6 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6879214-
CMYK0.680.6300.16
HSL235.48º64.04%55.29%-
HSV(B)235.48º68.22%83.92%-
XYZ17.3211.6864.96-
YUV91.1197.36111.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.84%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 214 (83.98% from 255) = 59.28%
R=18.84%
G=21.88%
B=59.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal68792140.680.6300.16235.4864.0455.29
Hex444FD6443F010eb4037
Octal1041173261047702035310067
Binary10001001001111110101101000100111111010000111010111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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