#444DB8

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

Shades of Free Speech Blue #444DB8

Tints of Free Speech Blue #444DB8

Color information

#444DB8 (or 0x444DB8) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4D and B8. RGB value is (68,77,184). Sum of RGB (Red+Green+Blue) = 68+77+184=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 184 (72.27% from 255 or 55.93% from 329); Max value from RGB is 184 - color contains mainly: blue. Hex color #444DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DB8 is #BBB247. Grayscale: #565656. Windows color (decimal): -12300872 or 12078404. OLE color: 12078404.

HSL color Cylindrical-coordinate representation of color #444DB8: hue angle of 235.34º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #444DB8 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6877184-
CMYK0.630.5800.28
HSL235.34º46.03%49.41%-
HSV(B)235.34º63.04%72.16%-
XYZ13.691046.56-
YUV86.51183.02114.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 184 (72.27% from 255) = 55.93%
R=20.67%
G=23.40%
B=55.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal68771840.630.5800.28235.3446.0349.41
Hex444DB83F3A01Ceb2e31
Octal10411527077720343535661
Binary100010010011011011100011111111101001110011101011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,77,184); }

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

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

 a { background-color: rgb(68,77,184); }

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

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

 span { border-color: rgb(68,77,184); }

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