#444CDF

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

Shades of Free Speech Blue #444CDF

Tints of Free Speech Blue #444CDF

Color information

#444CDF (or 0x444CDF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4C and DF. RGB value is (68,76,223). Sum of RGB (Red+Green+Blue) = 68+76+223=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #444CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CDF is #BBB320. Grayscale: #595959. Windows color (decimal): -12301089 or 14634052. OLE color: 14634052.

HSL color Cylindrical-coordinate representation of color #444CDF: hue angle of 236.9º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #444CDF is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6876223-
CMYK0.700.6600.13
HSL236.9º70.78%57.06%-
HSV(B)236.9º69.51%87.45%-
XYZ18.2911.7371.11-
YUV90.37202.85112.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.53%
GREEN value IS 76 (30.08% from 255) = 20.71%
BLUE value IS 223 (87.5% from 255) = 60.76%
R=18.53%
G=20.71%
B=60.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68762230.700.6600.13236.970.7857.06
Hex444CDF46420Ded4739
Octal10411433710610201535510771
Binary10001001001100110111111000110100001001101111011011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,76,223); }

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

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

 a { background-color: rgb(68,76,223); }

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

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

 span { border-color: rgb(68,76,223); }

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