#444BDF

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

Shades of Free Speech Blue #444BDF

Tints of Free Speech Blue #444BDF

Color information

#444BDF (or 0x444BDF) is unknown color: approx Free Speech Blue. HEX triplet: 44, 4B and DF. RGB value is (68,75,223). Sum of RGB (Red+Green+Blue) = 68+75+223=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #444BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BDF is #BBB420. Grayscale: #595959. Windows color (decimal): -12301345 or 14633796. OLE color: 14633796.

HSL color Cylindrical-coordinate representation of color #444BDF: hue angle of 237.29º 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 #444BDF is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6875223-
CMYK0.700.6600.13
HSL237.29º70.78%57.06%-
HSV(B)237.29º69.51%87.45%-
XYZ18.2211.5971.09-
YUV89.78203.18112.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 223 (87.5% from 255) = 60.93%
R=18.58%
G=20.49%
B=60.93%

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
Decimal68752230.700.6600.13237.2970.7857.06
Hex444BDF46420Ded4739
Octal10411333710610201535510771
Binary10001001001011110111111000110100001001101111011011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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